pedgarcia / cpcsdk

Automatically exported from code.google.com/p/cpcsdk
0 stars 0 forks source link

Caprice close itself after launch #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install last version
2. Launch caprice

What is the expected output?
Caprice open its window.
The code of the ROM is executed and user has access to amsdos.

 What do you see instead?
Caprice window freeze and close on click.
ROM message has not time to be displayed on screen.

Here is the output of gdb :

gdb caprice
(gdb) run --sync
Starting program: /usr/local/bin/caprice --sync
[Thread debugging using libthread_db enabled]
[DEBUG] Get WXEmulator at 0xd72250
Initialization done

[New Thread 0x7fffe697f700 (LWP 2211)]
[Thread 0x7fffe697f700 (LWP 2211) exited]
[New Thread 0x7fffe697f700 (LWP 2212)]
[Thread 0x7fffe697f700 (LWP 2212) exited]
[New Thread 0x7fffe697f700 (LWP 2213)]
[Thread 0x7fffe697f700 (LWP 2213) exited]
[New Thread 0x7fffe697f700 (LWP 2214)]
[Thread 0x7fffe697f700 (LWP 2214) exited]
[New Thread 0x7fffe697f700 (LWP 2215)]
[Thread 0x7fffe697f700 (LWP 2215) exited]
[New Thread 0x7fffe697f700 (LWP 2216)]
[New Thread 0x7fffe611f700 (LWP 2218)]
caprice: ../../src/xcb_io.c :249 : process_responses:  L'assertion 
« (((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0) » a 
échoué.

Program received signal SIGABRT, Aborted.
0x00007ffff5414a75 in *__GI_raise (sig=<value optimized out>) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64  ../nptl/sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type.
    in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0  0x00007ffff5414a75 in *__GI_raise (sig=<value optimized out>) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x00007ffff54185c0 in *__GI_abort () at abort.c:92
#2  0x00007ffff540d941 in *__GI___assert_fail (assertion=0x7ffff063f5f8 
"(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)", file=<value 
optimized out>, line=249, 
    function=0x7ffff063f690 "process_responses") at assert.c:81
#3  0x00007ffff05d33b3 in ?? () from /usr/lib/libX11.so.6
#4  0x00007ffff05d3c07 in _XEventsQueued () from /usr/lib/libX11.so.6
#5  0x00007ffff05bc38d in XPending () from /usr/lib/libX11.so.6
#6  0x00007ffff4b6c406 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#7  0x00007ffff3205eb1 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#8  0x00007ffff3206318 in ?? () from /lib/libglib-2.0.so.0
#9  0x00007ffff3206a14 in g_main_context_pending () from /lib/libglib-2.0.so.0
#10 0x00007ffff4efaab9 in gtk_events_pending () from 
/usr/lib/libgtk-x11-2.0.so.0
#11 0x00007ffff73ab665 in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#12 0x00007ffff32028c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#13 0x00007ffff3206748 in ?? () from /lib/libglib-2.0.so.0
#14 0x00007ffff3206c55 in g_main_loop_run () from /lib/libglib-2.0.so.0
#15 0x00007ffff4efabb7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#16 0x00007ffff73c2558 in wxEventLoop::Run() () from 
/usr/lib/libwx_gtk2u_core-2.8.so.0
#17 0x00007ffff74472eb in wxAppBase::MainLoop() () from 
/usr/lib/libwx_gtk2u_core-2.8.so.0
#18 0x0000000000429e49 in CapriceApp::OnRun (this=0xcc4200) at 
CapriceApp.cpp:232
#19 0x00007ffff6c9f47c in wxEntry(int&, wchar_t**) () from 
/usr/lib/libwx_baseu-2.8.so.0
#20 0x000000000042960b in main (argc=2, argv=0x7fffffffe1f8) at 
CapriceApp.cpp:74

Original issue reported on code.google.com by giot.romain on 11 Feb 2011 at 1:35

GoogleCodeExporter commented 9 years ago
Do you see anything in Caprice status bar ? This may provide info on what's 
hapenning. (some init errors are fatal and shown there).

Original comment by pulkoma...@gmail.com on 11 Feb 2011 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 11 Feb 2011 at 2:13