On Oct 22, 2009, at 11:10 AM, Martin Simmons wrote:
> The lines in the gdb backtrace like this:
>
> #12 0x281a1aef in pthread_create () from /usr/local/lib/mysql/ 
> libmysqlclient_r.so.16
>
> mean that gdb found the address 0x281a1aef to be inside the function
> pthread_create and that address is within the library  
> libmysqlclient_r.so.16.

Sorry, yeah I know how to read the trace.  I just meant that if this  
was a misreport by gdb I'm way too far out of compiler development  
stuff to fix gdb ;-)

> Normally pthread_create comes from libthr.so on FreeBSD 7.

I knew that, which is why I was confused that I didn't see it linked  
to either bacula-dir or libmysql.

> Your ldd output for /usr/local/lib/mysql/libmysqlclient_r.so.16  
> shows no
> dependency on libthr.so.  My guess is that your libmysqlclient_r.so. 
> 16 has be
> miscompiled, using the static version of libthr rather than the  
> dynamic one.

I'll investigate.

> I recommend getting rid of that MySQL client installation and using  
> the
> precompiled package for the mysql-client port, which doesn't have this
> problem.

Every time we mix up the pre-compiled ports we get random dependancy  
clashes which end up causing us to refresh half the ports tree  
installed on each machine.   (for instance, libiconv just updated  
which is depended on by nearly everything)   That's a massive  
headache.   But I'll see about creating a fresh compile from a  
different machine, since I've recompiled

-- 
Jo Rhett
Net Consonance : consonant endings by net philanthropy, open source  
and other randomness


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to