In the last episode (Aug 16), Randall Severy said:
> > It is only libmysqld that you're having problems with?  I have
> > built mysql (the regular separate client and server) on three Tru64
> > systems with no problems.  What version of Tru64?
> 
>      Yes, it's only libmysqld that I can't get to work.  I've been
> using the regular separate client and server on Tru64 successfully
> for years (although for 3.x only, not 4.0).  The version of Tru64 I
> am currently trying to build on is 5.1.

Make sure you've got the latest patchkit installed.  The latest for 5.1
was released on May 8, and is available at

http://ftp.support.compaq.com/patches/public/Readmes/unix/t64v51b19as0005-20020411.README

I don't think any of the Pks are really required (Tru64 is pretty
stable), but you never know.

> >As for your stack trace, try using the native ladebug debugger instead
> >of gdb.  Gdb (even 5.2.1) has real problems with threads on Tru64.
> 
>      ladebug does show more detail, but the end result is the same:
> #6  0x3ff800d5170 in __sigtramp(0x3ffc01842c8, 0xb, 0x1, 0x1, 0x14, 0x3ffc018400 0) 
>in /usr/shlib/libc.so
> #7  0x3ff800d29ac in _OtsMove(0x1a1dd44ca, 0x1a1dd44c8, 0x1a1dc0481, 0x0,  
>0x61540478, 0x0) in /usr/shlib/libc.so
> #8  0x120157978 in UnknownProcedure8FromFile25(0x1a1dd44ca, 0x1a1dd44c8, 
>0x1a1dc0481, 0x0, 0x61540478, 0x0) in wsd
> #9  0x12015972c in mysql_read_query_result(0x1a1dd44ca, 0x1a1dd44c8, 0x1a1dc0481, 
>0x0, 0x61540478, 0x0) in wsd
> 
>      So why would mysql_read_query_result end up in
>      UnknownProcedure8FromFile25?

I assume wsd is your binary?  Not sure why it couldn't get the function
name.  Try building mysqld again with --with-debug, and build your
application with debugging (-g) as well.  That should make the stack
dump even more readable.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to