Hi Marcus The problem is solved... or at least non-existing now.
I was in the process of restructuring some code, when this problem occurred. When I couldn't solve the problem I decided to deal with it later on. However, later on I couldn't reproduce the crash... mutating code, maybe... our code uses MPI, which sometimes makes it very hard to debug. I guess the bug was not in OpenSG but rather in some memory management coupled with MPI (which usually is the case) and the crash just happened inside the RemoteAspect. Anyway, out of sight, out of mind ;-) Thanks for your reply though! /Rasmus On Mon, 2004-04-05 at 11:53, Marcus Roth wrote: > Hi, > > Rasmus Agerholm wrote: > > >Hi > > > >I have encoutered a rather mysterious crash in receiveSync in the > >NEWTYPE section at the "_localType[remoteTypeId] = localTypeId;" line. > >It seems somehow that the _localType map is not an instance. It is not a > >pointer, so it's not NULL. DDD debugger says that is is "disabled", so > >similar to a NULL pointer. But I cant figure out why! > > > >Debug messages tell me that the sending side sends the changelist and > >immediately afterwords catches an exception because the connection is > >closed. The receiving side segfaults in receiveSync. > > > >The type name that is being processed is a GLUTWindow (according to the > >value of the received name variable while debugging). > > > >I use a CVS version from about a month ago. > > > >Any suggestions? ...beside cvs update ;-) > > > > > Do you have own FieldContainers that are not linkt to the Server? > Is OSGWindowGLUT linked to your server? > Do you have the same Versions of OpenSG on server and clent side? > debug or opt? > setenv OSG_LOG_LEVEL debug on the server side. What is the output before > the crash. > > Marcus > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
