[Gambas-devel] System error... (42)

Benoît Minisini gambas at ...1...
Sat Oct 8 16:21:01 CEST 2011


> > It took much longer than normal, but I got a hit...
> > 
> > THROW system error from ?
> > 
> > Program received signal SIGTRAP, Trace/breakpoint trap.
> > THROW (code=42) at gb_error.c:285
> > 285 va_start(args, code);
> > (gdb) bt
> > #0  THROW (code=42) at gb_error.c:285
> > #1  0x00000000004053af in THROW_SYSTEM (err=0, path=0x0) at
> > gb_error.c:325 #2  0x000000000042b03e in do_loop (wait=0x0) at
> > gbx_watch.c:504
> > #3  0x000000000042b0a0 in WATCH_loop () at gbx_watch.c:530
> > #4  0x000000000042ca1d in main (argc=1, argv=0x7fffffffe3b8) at gbx.c:352
> > (gdb)
> > (gdb) p DEBUG_get_position(EXEC_current.cp, EXEC_current.fp,
> > EXEC_current.pc)
> > $1 = 0x43e540 "?"
> > 
> > 
> > Anything else I can get from this?
> > 
> > Regards,
> > Ron.
> 
> No, but I think I get it...

Can you try revision #4177?

Apparently there was a real error returned from the select() system call, but 
I could have lost the value of errno.

Normally, with the fix, you will get that value. And I hope we will understand 
where the error comes from.

Regards,

-- 
Benoît Minisini




More information about the Devel mailing list