カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
クラッシュ/フリーズ重要 (ゲーム)未処理2022-01-23 15:372022-02-03 22:49
 
テスターKaylee担当者 ソースmisc/cv1k.cpp
バージョン0.239発生バージョン修正バージョン
修正コミットプルリク
フラグSDL限定
セット ddpdfk and others from the driver
セット詳細
ddpdfk - 怒首領蜂 大復活 (Ver 1.5) (2008/06/23 MASTER VER 1.5)
 
概 要Segmentation Faultエラーが起きる。
詳 細When running mame ddpdfk I get the following: Segmentation fault (core dumped).


(gdb) run ddpdfk
Starting program: /src/mame/ddp ddpdfk
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff24e1700 (LWP 14141)]
[New Thread 0x7ffff1b65700 (LWP 14142)]
[New Thread 0x7ffff130b700 (LWP 14143)]
[Thread 0x7ffff130b700 (LWP 14143) exited]
[New Thread 0x7fffa615c700 (LWP 14144)]
[New Thread 0x7fffa595b700 (LWP 14145)]

Thread 1 "ddp" received signal SIGSEGV, Segmentation fault.
0x0000555555ed0704 in sh34_base_device::sh4_exception (this=0x5555581bb620,
message=message@entry=0x5555576d3bb8 "mame_sh4_execute", exception=57)
at ../../../../../src/devices/cpu/sh/sh4comn.cpp:413
413 standard_irq_callback(INPUT_LINE_NMI);
(gdb) bt
#0 0x0000555555ed0704 in sh34_base_device::sh4_exception (this=0x5555581bb620,
message=message@entry=0x5555576d3bb8 "mame_sh4_execute", exception=57)
at ../../../../../src/devices/cpu/sh/sh4comn.cpp:413
#1 0x0000555555eb7f04 in sh34_base_device::sh4_check_pending_irq (message=0x5555576d3bb8 "mame_sh4_execute",
this=) at ../../../../../src/devices/cpu/sh/sh4.h:409
#2 sh34_base_device::func_CHECKIRQ (this=) at ../../../../../src/devices/cpu/sh/sh4.cpp:2621
#3 cfunc_CHECKIRQ (param=) at ../../../../../src/devices/cpu/sh/sh4.cpp:2622
#4 0x00007fffeebd211d in ?? ()
#5 0x0000555555eb8967 in sh34_base_device::RTE (this=0x555559cadef0)
at ../../../../../src/devices/cpu/sh/sh4.cpp:477
#6 sh34_base_device::func_RTE (this=0x555559cadef0) at ../../../../../src/devices/cpu/sh/sh4.cpp:3013
#7 cfunc_RTE (param=0x555559cadef0) at ../../../../../src/devices/cpu/sh/sh4.cpp:3014
#8 0x0c1d76dc8c000000 in ?? ()
#9 0x0c1d76dc00000000 in ?? ()
#10 0x0c8b77f040000001 in ?? ()
#11 0x0c8b755000000004 in ?? ()
#12 0x0000008000000840 in ?? ()
#13 0x0000000000000001 in ?? ()
#14 0x0c8b77f00c8b7550 in ?? ()
#15 0x0c8b787000000000 in ?? ()
#16 0x0000008000000000 in ?? ()
#17 0x0c893a7800000000 in ?? ()
--Type for more, q to quit, c to continue without paging--
#18 0x0cffffa00c893a74 in ?? ()
#19 0x0000000000000000 in ?? ()


I'm running MAME on kubuntu 20.04, compiled with gcc11.
再現手順 
追加情報it looks like it's DRC related, as running it with the -nodrc switch, make the games work
 
添付ファイル