Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 1997 16:18:49 -0400 (EDT)
From:      Peter Dufault <dufault@hda.com>
To:        hackers@freebsd.org
Subject:   g++ shared library segfaults
Message-ID:  <199705062018.QAA13068@hda.hda.com>

next in thread | raw e-mail | index | archive | help
Does anyone who uses g++ and shared libraries care to speculate
about this shared library crash in ptolemy?  The alpha release of
ptolemy is working fine in a static version, but trying to build
a shared library version is producing this traceback, and I expect
this is a configuration issue on my end.  It seems to happen at
the transition from the ptolemy shared library to the g++ shared
library.  I'll build a debug version of stdc++ but in the mean time
maybe someone has seen something like this.

Program received signal SIGSEGV, Segmentation fault.
0x850bb84 in fstreambase::open ()
(gdb) where
#0  0x850bb84 in fstreambase::open ()
#1  0x51081 in pt_ofstream::open (this=0x82cf354, name=0x15b0 "pigiLog.pt", 
    mode=2, prot=436) at ../../src/kernel/pt_fstream.cc:69
#2  0x82b8607 in KcInitLog (file=0x15b0 "pigiLog.pt")
    at ../../src/pigilib/kernelCalls.cc:86
#3  0x160b in main (argc=10, argv=0xefbfd48c)
    at ../../src/pigiRpc/pigiMain.cc:75
(gdb) 

-- 
Peter Dufault (dufault@hda.com)   Realtime Machine Control and Simulation
HD Associates, Inc.               Voice: 508 433 6936



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705062018.QAA13068>