Project

General

Profile

Actions

Emulator Issues #13271

open

The beta version on openSUSE Tumbleweed stopped building.

Added by ilya_indigo 11 months ago. Updated about 1 month ago.

Status:
New
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

After switching to git modules, I cannot build the beta version on openSUSE Tumbleweed.
https://build.opensuse.org/package/show/home:13ilya:branches:Emulators/dolphin-emu
I do not understand why the building falls.
https://build.opensuse.org/package/live_build_log/home:13ilya:branches:Emulators/dolphin-emu/openSUSE_Tumbleweed/x86_64
I get the source code like this.
n=dolphin-emu && v=5.0.19368 && c=dadbeb4bae7e7fa23af2b46e0add4143094dc107 && cd /tmp && git clone https://github.com/$n/dolphin.git $n && cd $n && git checkout $c && git submodule && git submodule update --init --recursive Externals/VulkanMemoryAllocator Externals/cubeb/cubeb Externals/gtest Externals/implot/implot Externals/libspng/libspng Externals/rcheevos/rcheevos Externals/spirv_cross/SPIRV-Cross Externals/zlib-ng/zlib-ng && git submodule status && rm -rf .??* && cd .. && n=dolphin-emu && d=$n-$v && mv $n $d && f=$d.tar.xz && tar c --remove-files "$d" | xz -9e > "$f"

The last successful build, it currently segfaults when starting any game, 5.0.17995 8bad821019721b972701b495da95656ace5fea5.
https://build.opensuse.org/package/show/Emulators/dolphin-emu

Actions #1

Updated by davyspark343 8 months ago

I have the same issue with version 5.0.17995 on openSUSE Tumbleweed.

Backtrace

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/usr/bin/dolphin-emu'.
Program terminated with signal SIGSEGV, Segmentation fault.

warning: Section `.reg-xstate/21346' in core file too small.
#0 0x0000557aeb95246f in Gen::XEmitter::Write8 (value=199 '\307', this=0x7fc858470d28)
at /usr/src/debug/dolphin-emu-5.0.17995/Source/Core/Common/x64Emitter.cpp:139
139 *code++ = value;
Current thread is 1 (Thread 0x7fc415ffc6c0 (LWP 21346)) bt
#0 0x0000557aeb95246f in Gen::XEmitter::Write8 (value=199 '\307', this=0x7fc858470d28)
at /usr/src/debug/dolphin-emu-5.0.17995/Source/Core/Common/x64Emitter.cpp:139
#1 Gen::OpArg::WriteNormalOp (this=0x7fc85c50a840, emit=0x7fc858470d28, toRM=, op=,
operand=..., bits=32) at /usr/src/debug/dolphin-emu-5.0.17995/Source/Core/Common/x64Emitter.cpp:1497
#2 0x0000557aeb5f2404 in Jit64::mtspr (this=0x7fc858470b30, inst=...)
at /usr/src/debug/dolphin-emu-5.0.17995/Source/Core/Core/PowerPC/Jit64/Jit_SystemRegisters.cpp:302
#3 0x0000557aeb5ca597 in Jit64::CompileInstruction (op=..., this=0x7fc858470b30)
at /usr/src/debug/dolphin-emu-5.0.17995/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp:490
#4 Jit64::DoJit (this=this@entry=0x7fc858470b30, em_address=em_address@entry=2148567076, b=b@entry=0x7fc40c000fe8,
nextPC=nextPC@entry=2148567104) at /usr/src/debug/dolphin-emu-5.0.17995/Source/Core/Core/PowerPC/Jit64/Jit.cpp:1131
#5 0x0000557aeb5cbd7b in Jit64::Jit (this=0x7fc858470b30, em_address=2148567076, clear_cache_and_retry_on_failure=true)
at /usr/src/debug/dolphin-emu-5.0.17995/Source/Core/Core/PowerPC/Jit64/Jit.cpp:838
#6 0x00007fc440e7a10b in ?? ()
#7 0x0000000000000000 in ?? ()
(gdb) Quit

Actions #2

Updated by Billiard26 about 1 month ago

Does this issue still occur?

Actions

Also available in: Atom PDF