Program received signal SIGSEGV, Segmentation fault.
0x280e6e12 in calloc () from /lib/libc.so.7
(gdb) where
#0 0x280e6e12 in calloc () from /lib/libc.so.7
#1 0x28148b8c in __hash_open () from /lib/libc.so.7
#2 0x281481b2 in dbopen () from /lib/libc.so.7
#3 0x28101d27 in getpwent_r () from /lib/libc.so.7
#4 0x2810362b in getpwent_r () from /lib/libc.so.7
#5 0x28135834 in nsdispatch () from /lib/libc.so.7
#6 0x28101264 in getpwuid_r () from /lib/libc.so.7
#7 0x281012b9 in getpwuid_r () from /lib/libc.so.7
#8 0x28100e7e in xdr_authunix_parms () from /lib/libc.so.7
#9 0x0804dac3 in msqlConnect ()
#10 0x08049e2f in main (argc=1, argv=0xbfbfec9c) at notify.c:179
I am at a loss at solving this problem. It is adversly affecting us.
What can I do to help resolve it?
-----------------------------------------------------------------
This is the Mini SQL Mailing List operated by Hughes Technologies
To unsubscribe, go to http://www.Hughes.com.au/extras/email/
Finally found a workaround. I increased the size of some of the text
fields I had allocated by a bunch and malloc no longer fails. I have
no idea why this works. It was purely a desperation attempt. This
rendition of malloc is definitely weird.
Do you have a spare 7.0 box on the net I can access? Happy to run
this up and debug it if you have an appropriate box.
David
..