Skip to content

Commit

Permalink
fix a3c1326
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 28, 2013
1 parent 03a2252 commit 98be7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -287,7 +287,7 @@ void qgisCrash( int signal )
if ( gdbpid == 0 )
{
// attach, backtrace and continue
execl( "/usr/bin/gdbx", "gdb", "-q", "-batch", "-n", pidstr, "-ex", "thread", "-ex", "bt full", exename, NULL );
execl( "/usr/bin/gdb", "gdb", "-q", "-batch", "-n", pidstr, "-ex", "thread", "-ex", "bt full", exename, NULL );
perror( "cannot exec gdb" );
exit( 1 );
}
Expand Down

0 comments on commit 98be7a4

Please sign in to comment.