If gdb is hanging then you could try dbx (not sure if that can decode gcc's
debug info though).
__Martin
> On Thu, 1 Mar 2018 14:10:55 +, Mike Eggleston said:
>
> The backtrace would really help me trying to diagnose the issue. I'm trying
> to get a backtrace, but things hang. I've reso
Dbx isn't on the test AIX box. :(
Thanks,
Mike
-Original Message-
From: Martin Simmons [mailto:mar...@lispworks.com]
Sent: Thursday, March 01, 2018 9:03 AM
To: Mike Eggleston
Cc: tgamt...@gmail.com; Bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Fwd: segmentation violati
The backtrace would really help me trying to diagnose the issue. I'm trying to
get a backtrace, but things hang. I've resorted to adding printf()s to the code
to see what's happening... :(
Thanks,
Mike
-Original Message-
From: Martin Simmons [mailto:mar...@lispworks.com]
Sent: Thursday
It might help if you can get a backtrace with debug info in the executable and
libs.
Can you run from the build directory rather than the install directory? You
might also need to configure and build with CFLAGS="-g -O0".
__Martin
> On Wed, 28 Feb 2018 17:11:12 +, Mike Eggleston said: