Skip to content

Commit 98be7a4

Browse files
committed
fix a3c1326
1 parent 03a2252 commit 98be7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void qgisCrash( int signal )
287287
if ( gdbpid == 0 )
288288
{
289289
// attach, backtrace and continue
290-
execl( "/usr/bin/gdbx", "gdb", "-q", "-batch", "-n", pidstr, "-ex", "thread", "-ex", "bt full", exename, NULL );
290+
execl( "/usr/bin/gdb", "gdb", "-q", "-batch", "-n", pidstr, "-ex", "thread", "-ex", "bt full", exename, NULL );
291291
perror( "cannot exec gdb" );
292292
exit( 1 );
293293
}

0 commit comments

Comments
 (0)