[Gambas-user] Shared WiringPi library for RasPi

CJ lists at ...2828...
Wed Apr 3 10:42:07 CEST 2013


Thanks for the reply Benoît, below are the output from gdb...

  ...
  (gdb) bt
  #0  THROW (code=0) at gb_error.c:463
  #1  0x0004a42c in THROW_STACK () at gb_error.c:477
  #2  0x0004a42c in THROW_STACK () at gb_error.c:477
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  (gdb)

Doen't say me much but hopefully you get enough clues to whats wrong...

/CJ

> Can you run your program through gdb to get the stack
> backtrace when you get the error?
>
> That way:
>
> $ cd /path/to/my/project
> $ gdb gbx3
> ...
> (gdb) break THROW
> (gdb) run
> ...
>
> And when the program breaks in the THROW function, it should
> be because
> of the stack overflow. Then you type:
>
> (gdb) bt
>
> Send me the result of that last command.
>
> Regards,
>
> --
> Benoît Minisini
>






More information about the User mailing list