Re: [ES40-developers] Compilation done
Status: Alpha
Brought to you by:
iamcamiel
|
From: Camiel V. <iam...@gm...> - 2008-03-15 17:27:55
|
Thanks, I've changed gui_x11.cpp. Does the emulator work correctly
without a gui and vga-card?
Camiel.
On Sat, Mar 15, 2008 at 10:50 AM, Pepito Grillo
<pep...@ya...> wrote:
> Hi
> I have done a successful compilation. Only a tiny
> error :)
> error in this line
> FAILURE("Emulator stopped from X");
>
> I have changed it for
> FAILURE(Graceful,"Emulator stopped from X");
> and it compiles. :)
>
> but....
> when running I get this error
> LOCK mutex gui-lock from thread kbd.
> LOCKED mutex gui-lock from thread kbd.
> %SYS-F-SEGFAULT: The Alpha Simulator has Segfaulted.
> -SYS-F-SEGFAULT: Backtrace follows.
> backtrace() returned 9 addresses.
> 9 ./es40(_Z12segv_handleri+0x1d) [0x80958fd]
> 8 [0xffffe420]
> 7 /usr/lib/libX11.so.6(XPending+0x1d) [0xb7e516dd]
> 6 ./es40(_ZN12bx_x11_gui_c13handle_eventsEv+0x2d)
> [0x80e297d]
> 5 ./es40(_ZN9CKeyboard7executeEv+0x29) [0x80b89b9]
> 4 ./es40(_ZN9CKeyboard3runEv+0x18) [0x80b8b68]
> 3
> /usr/local/lib/libPocoFoundation.so.5(_ZN4Poco10ThreadImpl5entryEPv+0xa3)
> [0xb7d76843]
> 2 /lib/i686/cmov/libpthread.so.0 [0xb7a154fb]
> 1 /lib/i686/cmov/libc.so.6(clone+0x5e) [0xb7afe93e]
> nvlinux:/opt/es40_cvs/es40/src#
>
>
> If you need the rest of the ouput, please tell me
>
> Pepito
>
>
> ______________________________________________
> Enviado desde Correo Yahoo!
> Disfruta de una bandeja de entrada más inteligente. http://es.docs.yahoo.com/mail/overview/index.html
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Es40-developers mailing list
> Es4...@li...
> https://lists.sourceforge.net/lists/listinfo/es40-developers
>
|