bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libtool 2.2.7a] testsuite: 69 100 failed


From: Bob Friesenhahn
Subject: Re: [libtool 2.2.7a] testsuite: 69 100 failed
Date: Mon, 11 Jan 2010 20:26:54 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

As a followup, here is more info with debugging enabled in the build:

#0  0xfeea5a5c in strlen () from /lib/libc.so.1
(gdb) bt
#0  0xfeea5a5c in strlen () from /lib/libc.so.1
#1  0xfef00512 in _ndoprnt () from /lib/libc.so.1
#2  0xfef031d0 in printf () from /lib/libc.so.1
#3  0x08051b32 in main (argc=2, argv=0x8047180) at main.c:25
(gdb) l
25            printf ("plugin failed to open: %s\n", lt_dlerror());
26            err = 1;
27          }
28        lt_dlexit ();
29        return err;
30      }

so it seems that my suspicion that printf crashed due to being passed a null pointer from lt_dlerror() is correct.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]