login
Header Space

 
 

Data for shared libs & saved-states?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Thursday, July 22, 1993 - 3:49 pm

Hi,

Until recently SWI-Prolog was linked statically to be able to
create saved states.  Someone pointed me out this was not necessary.
Notably connected to the graphical XPCE environment dynamic linking
would be desirable.  HOWEVER:

The saved state created from the dynamically linked version runs fine
until the first realloc() happens.  It seems the problem is that I donot
save the data used by the dynamic libraries.  I save the area
&etext ... sbrk(0).  My question:

       Where do I find the global data managed by shared libraries?

I tried nm with various options on various images with no luck :-(

        Thanks --- Jan
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Data for shared libs & saved-states?, Jan Wielemaker, (Thu Jul 22, 3:49 pm)
speck-geostationary