Comment 11 for bug 138280

Revision history for this message
Étienne BERSAC (bersace) wrote :

Hi,

Can you give me gdb output.

Run gdb flegita then
 - type 'r' to start debugging
 - Once it has crashed, type 'bt' to print debug backtrace
 - type 'l' to print the code where it fails
 - type 'info locals' to print local variables
 - type 'info args' to print arguments.
 - type 'up' to go one stack up
 - loop the four steps above until there is not stacks
 - post the result :)

Thanks,
Regards.