Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04999 Crash/Freeze Critical (emulator) Always Sep 15, 2012, 11:38 Sep 15, 2012, 11:39
Tester Tafoid View Status Public Platform
Assigned To couriersud Resolution Fixed OS
Status [?] Resolved Driver
Version 0.146u5 Fixed in Version 0.147 Build
Fixed in Git Commit Github Pull Request #
Summary 04999: All sets in pong.c: [debug] Crash after OK
Description Crash after OK - Backtrace

Program received signal SIGSEGV, Segmentation fault.
0x02f9a14a in net_dev_t_base_factory::name (this=0x0)
    at src/emu/machine/netlist.h:632
632 const char *name() { return m_name; }
(gdb) bt
#0 0x02f9a14a in net_dev_t_base_factory::name (this=0x0)
    at src/emu/machine/netlist.h:632
#1 0x0252045d in net_create_device_by_name (
    name=0x33441fef "NETDEV_TTL_CONST", setup=0x32b9fe24,
    icname=0x33451ffb "high") at src/emu/machine/net_lib.c:752
#2 0x02d5dd30 in netlist_parser::parse (this=0x22bd58,
    buf=0x32c92000 " NETDEV_TTL_CONST(high, 1)\n NETDEV_TTL_CONST(low, 0)
\n NETDEV_CLOCK(clk)\n NETDEV_PARAM(clk.FREQ, 7159000.0)\n NETDEV_L
OGIC_INPUT(SRST)\n NETDEV_ANALOG_INPUT(P1)\n NETDEV_ANALOG_INPUT(P2)\
n\n TTL_7404_INVERT"...) at src/emu/machine/netlist.c:162
#3 0x0251c5da in netlist_setup_t::parse (this=0x32b9fe24,
    buf=0x32c92000 " NETDEV_TTL_CONST(high, 1)\n NETDEV_TTL_CONST(low, 0)
\n NETDEV_CLOCK(clk)\n NETDEV_PARAM(clk.FREQ, 7159000.0)\n NETDEV_L
OGIC_INPUT(SRST)\n NETDEV_ANALOG_INPUT(P1)\n NETDEV_ANALOG_INPUT(P2)\
n\n TTL_7404_INVERT"...) at src/emu/machine/netlist.c:535
#4 0x00505ac6 in netlist_pong (netlist=...) at src/mame/drivers/pong.c:415
#5 0x0251d03f in netlist_mame_device::device_start (this=0x268904)
    at src/emu/machine/netlist.c:709
#6 0x023e1ef0 in device_t::start (this=0x268904) at src/emu/device.c:449
#7 0x02491b1f in running_machine::start_all_devices (this=0x22c340)
    at src/emu/machine.c:951
#8 0x0248f9e1 in running_machine::start (this=0x22c340)
    at src/emu/machine.c:307
#9 0x0249016c in running_machine::run (this=0x22c340, firstrun=true)
    at src/emu/machine.c:368
#10 0x023d6706 in mame_execute (options=..., osd=...) at src/emu/mame.c:190
#11 0x0270123a in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4c38)
    at src/emu/clifront.c:252
#12 0x01cae7b4 in utf8_main (argc=4, argv=0x3f4c38)
    at src/osd/windows/winmain.c:482
#13 0x0297a26a in wmain (argc=4, argv=0x3f4670) at src/osd/windows/main.c:82
#14 0x0040140b in __tmainCRTStartup ()
    at /home/ruben/mingw-w64/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:310
#15 0x7c817077 in RegisterWaitForInputIdle ()
   from C:\WINDOWS\system32\kernel32.dll
#16 0x00000000 in ?? ()
Steps To Reproduce
Additional Information Fixed for 0.147, but now shows many memory leaks on exit
Github Commit
Flags Debug build specific
Regression Version 0.146u4
Affected Sets / Systems All sets in pong.c
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.