Hi Michael,
        
Michael Schwier wrote:
> oh my, I feel quite stupid. I still had some old copies of the opt  
> libs in my debug folder :-/ Fixed that now. The problem is anyway  
> still the same. Since it seems that the mailing lists doesn't allow  
> attachments, I'll send it to the e-mail address you gave me, for I  
> think copying the output to here would end in quite a mess due to the  
> line breaking.

yes, thank you.

> I hope you find out something O.o

Hm, the log looks quite normal to me and I must admit that the whole
issue is very confusing to me.
Ok, so lets take a step back.
- How did you compile the libraries (scons or configure/make) and what
options did pass ?
- Can you run the test programs or the tutorials ?
- Near the point where your program crashes, can you insert the following:

GeoPTypesUI8::getClassType().dump();
FieldContainerPtr proto = GeoPTypesUI8::getClassType().getPrototype();
if(proto != NullFC)
{
    proto->dump();
}
else
{
    std::cerr << "Prototype for GeoPTypesUI8 is NullFC"
              << std::endl;
}

- Now that the correct debug libs are used, maybe you have more luck
with the debugger?

Sorry for the vague ideas, but I have no idea what might be the reason
for the crash.

        Cheers,
                Carsten

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to