diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/fex/272 | 28 | ||||
| -rw-r--r-- | results/scraper/fex/2721 | 6 | ||||
| -rw-r--r-- | results/scraper/fex/2724 | 21 | ||||
| -rw-r--r-- | results/scraper/fex/2727 | 72 |
4 files changed, 127 insertions, 0 deletions
diff --git a/results/scraper/fex/272 b/results/scraper/fex/272 new file mode 100644 index 000000000..72fd151f9 --- /dev/null +++ b/results/scraper/fex/272 @@ -0,0 +1,28 @@ +Curl/OpenSSL failure +``` +./Bin/ELFLoader -T 1 -U -c irint -n 500 -- `which curl` -v -H -GET https://google.com +``` + +This gives a fairly bad output. + +``` +* Trying 172.217.164.110:443... +* TCP_NODELAY set +* Connected to google.com (172.217.164.110) port 443 (#0) +* ALPN, offering h2 +* ALPN, offering http/1.1 +* successfully set certificate verify locations: +* CAfile: /etc/ssl/certs/ca-certificates.crt + CApath: /etc/ssl/certs +* TLSv1.3 (OUT), TLS handshake, Client hello (1): +* TLSv1.3 (IN), TLS handshake, Server hello (2): +* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): +* TLSv1.3 (IN), TLS handshake, Certificate (11): +* TLSv1.3 (OUT), TLS alert, bad certificate (554): +* error:1012606B:elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve +* Closing connection 0 +curl: (35) error:1012606B:elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve +``` + +This failure point is in openssl. One can build their unit tests and run the `ectest` unit test to see the failure. +Looks like it could be a failure in their BIGNUM implementation but more testing needs to be done. \ No newline at end of file diff --git a/results/scraper/fex/2721 b/results/scraper/fex/2721 new file mode 100644 index 000000000..d183d2818 --- /dev/null +++ b/results/scraper/fex/2721 @@ -0,0 +1,6 @@ +Ultimate chicken horse crashes in mono codegen. +Changing block size to 1 seems to work around the crash for some reason. Might need more aggressive RIP reconstruction. +Will take a look at this soon. + + + diff --git a/results/scraper/fex/2724 b/results/scraper/fex/2724 new file mode 100644 index 000000000..1373490b5 --- /dev/null +++ b/results/scraper/fex/2724 @@ -0,0 +1,21 @@ +Test harness doesn't work on recent glibc due to catchsegv removal` +Trying to run tests on Debian testing + +``` +alyssa@applejack:~/FEX/Build$ ctest -R 'jit_1/Test_VEX/shlx.asm' --output-on-failure +Test project /home/alyssa/FEX/Build + Start 5899: jit_1/Test_VEX/shlx.asm +1/1 Test #5899: jit_1/Test_VEX/shlx.asm ..........***Failed 0.03 sec +Traceback (most recent call last): + File "/home/alyssa/FEX/Scripts/testharness_runner.py", line 58, in <module> + Process = subprocess.Popen(RunnerArgs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.11/subprocess.py", line 1024, in __init__ + self._execute_child(args, executable, preexec_fn, close_fds, + File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child + raise child_exception_type(errno_num, err_msg, err_filename) +FileNotFoundError: [Errno 2] No such file or directory: 'catchsegv' +``` + +See also https://gitlab.gnome.org/GNOME/mutter/-/issues/2120 + diff --git a/results/scraper/fex/2727 b/results/scraper/fex/2727 new file mode 100644 index 000000000..a6f9bf1f9 --- /dev/null +++ b/results/scraper/fex/2727 @@ -0,0 +1,72 @@ +[Game]: Garrys Mod Dedicated Server > Segmentation fault (core dumped) +**What Game** +The game name. +A link to the storefront where to get the game. GOG, Steam, Itch.io, etc +Garrys Mod Dedicated Server +**Describe the bug** +A clear and concise description of what the bug is. +I installing server from linuxgsm like here: https://linuxgsm.com/servers/gmodserver/ +But i getting errora after running, and not like this game, 1 day ago i try to setup rust server, and i get the same error( + +``` +FEXBash-gmodserver@minecraft:~> ./gmodserver install +fetching GitHub core_trap.sh...OK +fetching GitHub _default.cfg...OK +copying _default.cfg...OK +fetching GitHub check_ip.sh...OK +fetching GitHub info_game.sh...OK +fetching GitHub common.cfg...OK +fetching GitHub secrets-common.cfg...OK +fetching GitHub gmodserver.cfg...OK +fetching GitHub secrets-gmodserver.cfg...OK +fetching GitHub linuxgsm.sh...OK +fetching GitHub core_getopt.sh...OK +fetching GitHub command_install.sh...OK +fetching GitHub check.sh...OK +fetching GitHub check_version.sh...OK +fetching GitHub check_tmuxception.sh...OK +fetching GitHub check_permissions.sh...OK +fetching GitHub check_glibc.sh...OK +fetching GitHub info_distro.sh...OK +fetching GitHub check_system_requirements.sh...OK +Segmentation fault (core dumped) +``` + +**To Reproduce** +Steps to reproduce the behavior: +Run this commands: + +``` +FEXBash +wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh gmodserver +./gmodserver install +``` + +**Expected behavior** +And after i getting error: Segmentation fault (core dumped) + +**System information:** +(This is free oracle vds) (Ampere) + + OS: Ubuntu 20.04 focal +Kernel: aarch64 Linux 5.15.0-1037-oracle +Shell: bash 5.0.17 +Disk: 12G / 206G (6%) +CPU: 3.0 GHz Ampere® Altra™ (4x) +RAM: 23988MiB + + - OS: [eg: Ubuntu 21.10] + - CPU/SoC: [eg: Snapdragon 888, Intel Core i8-12900k] + - Video driver version: [eg: OpenGL ES 3.2 Mesa 22.0.0-devel (git-9ff086052a)] + - RootFS used: Installed from FEXBash + - FEX version: FEX-2301 + - Thunks Enabled: [Yes/No]: + +**Additional context** + - Is this an x86 or x86-64 game: [x86/x86-64/Both] + - Does this reproduce on x86-64 host with FEX: [Yes/No/Untested] + - Does this reproduce on AArch64 with Radeon/Intel/Nvidia: [Yes/No/Untested] + - Is this a Vulkan game: [Yes/No/Unknown] + - If Yes, What is your Vulkan driver: + +Add any other context about the problem here. |