#71150 - 06/25/11 01:21 PM
Re: The new SVN commenting thread
[Re: Kale]
|
Senior Member
Registered: 03/06/04
Posts: 568
Loc: Switzerland
|
Today's SVN started crashing for me: (gdb) run saturnjp -cdrom rs.chd The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /usr/bin/mess saturnjp -cdrom rs.chd [Thread debugging using libthread_db enabled] [New Thread 0x7fffed8e1700 (LWP 3663)] [Thread 0x7fffed8e1700 (LWP 3663) exited] [New Thread 0x7fffed8e1700 (LWP 3664)] [New Thread 0x7ffff1036700 (LWP 3665)] CD: command exec ffd2 400 00 00 00 (stat 0100) CD: command exec fdc0 7500 00 00 00 (stat 0100) CD: command exec ffc0 600 00 00 00 (stat 0100) CD: command exec ffc0 100 00 00 00 (stat 0100) CD: command exec ffc0 6700 00 00 00 (stat 0100) CD: command exec ff80 48fc 00 00 00 (stat 0100) CD: command exec ff80 6000 00 00 00 (stat 0100) CD: command exec fc0 200 00 00 00 (stat 0100) CD: command exec fc0 600 00 00 00 (stat 4100) CD: command exec fc0 300 00 00 00 (stat 0100) CD: command exec fc0 301 00 00 00 (stat 0100) CD: command exec dc0 e000 00 00 00 (stat 0100) CD: command exec fc4 e100 00 00 00 (stat 0100) CD: command exec dc4 7000 00 17ff ffff (stat 0100) CD: command exec dc4 7500 00 00 00 (stat 0100)
Program received signal SIGSEGV, Segmentation fault. scsp_irq (device=0x0, irq=2) at src/mame/drivers/saturn.c:2359 2359 saturn_state *state = device->machine().driver_data<saturn_state>(); (gdb) bt #0 scsp_irq (device=0x0, irq=2) at src/mame/drivers/saturn.c:2359 #1 0x00000000011ef667 in operator() (p2=<optimized out>, p1=<optimized out>, this=0x4ac7658) at src/emu/delegate.h:581 #2 device_scheduler::execute_timers (this=0x7fffffffd1c8) at src/emu/schedule.c:911 #3 0x00000000011f0073 in device_scheduler::timeslice (this=0x7fffffffd1c8) at src/emu/schedule.c:428 #4 0x00000000011a3682 in running_machine::run (this=0x7fffffffc8c0, firstrun=true) at src/emu/machine.c:413 #5 0x000000000119fe05 in mame_execute (options=..., osd=...) at src/emu/mame.c:176 #6 0x0000000001111be5 in cli_frontend::execute (this=0x7fffffffdb30, argc=<optimized out>, argv=<optimized out>) at src/emu/clifront.c:250 #7 0x000000000040a687 in main (argc=4, argv=0x7fffffffdfd8) at src/osd/sdl/sdlmain.c:352 (gdb)
|
|
Top
|
|
|
|
#71155 - 06/25/11 03:29 PM
Re: The new SVN commenting thread
[Re: Curt Coder]
|
Senior Member
Registered: 04/19/05
Posts: 293
Loc: GERMANY
|
Not a crasher but I just noticed this gem in commit 2b9f82bc:
diff --git a/src/emu/cothread.c b/src/emu/cothread.c
new file mode 100644
index 0000000..ebd18bd
--- a/dev/null
+++ b/src/emu/cothread.c
@@ -0,0 +1,95 @@
+/***************************************************************************
+
+ cothread.c
+
+ Class wrapper around buyy's cothread library.
+
+****************************************************************************
Last time I checked, his name was byuu, not buyy :-D -Darkstar
|
|
Top
|
|
|
|
#71205 - 06/28/11 01:46 PM
Re: The new SVN commenting thread
[Re: Curt Coder]
|
Senior Member
Registered: 12/16/07
Posts: 254
Loc: Michigan
|
With the latest changes (now at SVN 12097), Coco emulation of any type no longer supports disk I/O. This must be related to something in the following changes: r12093, r12082, r12078, or r12075. Now when starting any Coco emulation that should be able to use disks, the screen shows Extended Color Basic instead of Disk Extended Color Basic. The disk roms are ignored.
If this is not a bug, how should Coco disks be accessed.
|
|
Top
|
|
|
|
#71206 - 06/28/11 01:54 PM
Re: The new SVN commenting thread
[Re: Curt Coder]
|
Very Senior Member
Registered: 03/17/01
Posts: 13211
Loc: USA
|
Quoting the checkin comment: "floppy still not finished so please do not make issues regarding this".
|
|
Top
|
|
|
|
#71207 - 06/28/11 02:09 PM
Re: The new SVN commenting thread
[Re: Curt Coder]
|
Senior Member
Registered: 12/16/07
Posts: 254
Loc: Michigan
|
Actually that was for the first change. The rest indicate coco disk are working.
However, I've just found that disk I/O works from mess.exe but not messui.exe. Yes, yes, messui is not being supported so I'll have to manually edit the ini files.
|
|
Top
|
|
|
|
#71209 - 06/28/11 02:57 PM
Re: The new SVN commenting thread
[Re: Curt Coder]
|
Senior Member
Registered: 02/29/08
Posts: 312
Loc: Serbia
|
yeah, well slot devices can be changed runtime using menus, but I have marked on most to use fdc (where there was mapped before) to be default one) so it should work on them.
Since slot devices are still in WIP pahse would not like spending too much effort in UI until it's fully usable.
|
|
Top
|
|
|
|
#71229 - 06/28/11 08:48 PM
Re: The new SVN commenting thread
[Re: Curt Coder]
|
Senior Member
Registered: 02/18/05
Posts: 402
Loc: Finland
|
-flop1 does not actually mount an image now (and does not crash either), you have to do it from the File Manager.
|
|
Top
|
|
|
|
|
4350 Members
9 Forums
7243 Topics
87578 Posts
Max Online: 183 @ 03/06/12 06:21 PM
|
|
|