mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-28 00:05:04 -04:00
fix a3c1326
This commit is contained in:
parent
03a2252100
commit
98be7a4709
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user