Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-04-01 Thread gambas
Updates: Status: WontFix Labels: -Type-Bug Type-Enhancement Comment #7 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #6 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 Then just modify the gb_common.c for your own needs, by commenting the installation and the removal of SIGSEGV and SIGBUS signal handlers. I won't

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #5 on issue 226 by x1f3o3...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 A few advantages of having the xbox emulator and the debugger in the same process: - Almost full control over dynamicly linking the emulator to keep

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #4 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 I mean: you should have the debugger and the emulator in two different processes, and make them communicate through a pipe. -

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #3 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 I don't understand why the Gambas interpreter should be in the same process than the XBox emulator. The only thing I could try to do is not callin

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #2 on issue 226 by x1f3o3...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 I'm developing a xbox emulator in C. The xbox is a 32 bit x86 system and hence xbox code can be ran natively on x86 emulation hosts. Xbox hardware

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 Which library does install a SIGSEGV handler without calling previously installed error handler? A

[Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 226 by x1f3o3...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 1) Describe the problem. "main/gbx/gbx_stream