Hi,

On Tue, 2006-01-24 at 14:46 +0100, Patric Schmitz wrote:
> Hello opensg-users,
> 
> the current (yesterday's) CVS version compiles (and now finally links;) 
> without problems. Thanks to Gerrit again for his efforts. However, if i 
> run my application (on solaris 2.9, on sparc architecture), the 
> application crashes producing a core dump. I opened the coredump with 
> the totalview debugger, and the error seems to occur (on the lowest 
> level) in the function
> 
> std::string string_token_iterator::operator*() const
> {
>      return std::string(*_str, _start, _end - _start);
> }
> 
> I have no idea what is happening there, the call to the constructor 
> leads to a program crash. My guess is that it has something to do with 
> wrong/different libstdc++ versions. Which one should i be using anyway?

Not quite sure if libstd++ is really the reason as long as it fits your
include files any should be fine. Could you send me the call stack of
the crash. I suspect it to come down from windows.

regards,
  gerrit




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to