Path: news.cs.au.dk!not-for-mail From: "Sascha Kimmel" Newsgroups: comp.lang.beta Subject: RE: What leads to "Surrounding object damaged!" Date: 19 May 1999 06:54:07 -0000 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 118 Approved: mailtonews@cs.au.dk Distribution: world Message-ID: <19990519065407.29040.qmail@noatun.mjolner.dk> Reply-To: "Sascha Kimmel" NNTP-Posting-Host: daimi.cs.au.dk X-Trace: xinwen.cs.au.dk 927096862 3327172 255.255.255.255 (19 May 1999 06:54:22 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 19 May 1999 06:54:22 GMT Xref: news.cs.au.dk comp.lang.beta:11949 Hi! Have you looked if the requested file really exists under the name u use in your program? "Surrounding object damaged" is a quite normal DUMP message, "readXPMfile" seems to be the reason why your problems dumps. So I suppose that either the file does not exist under the given name or that the file is somehow corrupt. But it also might be another problem for which I am not able to provide help. Regards, Sascha Kimmel kimmel@tricos.com > -----Original Message----- > From: Holger Tuerk [mailto:htuerk00@marvin.informatik.uni-dortmund.de] > Sent: Monday, May 17, 1999 7:20 PM > To: usergroup@mjolner.dk > Subject: What leads to "Surrounding object damaged!" > > > Hello, > > our guienv-program heavily uses pixmaps, which are to be read into > memory on startup. However, readXPMfile refuses to load all the XPM > files. Strangely, it always fails on the 59th file (There ist nothing > special with it. It can be interchanged without any effect.). > The program crashes and this dump file is generated: > > > Beta execution aborted: Stop is called. > > Call chain: (sun4s) > > item in ~beta/basiclib/v1.6/betaenv > -- BETAENV-~ in ~beta/basiclib/v1.6/betaenv > item error# in ~beta/basiclib/v1.6/betaenv > -- BETAENV-~ in ~beta/basiclib/v1.6/betaenv > item error# in ~beta/guienv/v1.6/private/X11/pixmapbody > -- *readXPMfile# in ~beta/guienv/v1.6/private/X11/pixmapbody > item * in > ~beta/guienv/v1.6/private/X11/pixmapbody > -- * in ~beta/guienv/v1.6/private/X11/pixmapbody > item <*> in ~beta/guienv/v1.6/private/X11/pixmapbody > -- *readXPMfile# in ~beta/guienv/v1.6/private/X11/pixmapbody > item * in ~beta/guienv/v1.6/private/X11/pixmapbody > -- pixmap# in ~beta/guienv/v1.6/guienv > item <*> in ~beta/guienv/v1.6/private/X11/pixmapbody > -- Surrounding object (0x27cca8) damaged! > item in ~beta/guienv/v1.6/private/X11/pixmapbody > -- pixmap# in ~beta/guienv/v1.6/guienv > item open#open#open#open#open# in > /home/sopgr07/sopr078/GUICluster/MainWindowbody > -- > allesButton#iconButton#button#control#windowitem#interfaceObject# > in /home/sopgr07/sopr078/GUICluster/MainWindowbody > item open#open#open#open#open# in ~beta/guienv/v1.6/controls > -- > allesButton#iconButton#button#control#windowitem#interfaceObject# > in /home/sopgr07/sopr078/GUICluster/MainWindowbody > item open#open#open#open#open# in ~beta/guienv/v1.6/controls > -- > allesButton#iconButton#button#control#windowitem#interfaceObject# > in /home/sopgr07/sopr078/GUICluster/MainWindowbody > item open#open#open#open#open# in ~beta/guienv/v1.6/controls > -- > allesButton#iconButton#button#control#windowitem#interfaceObject# > in /home/sopgr07/sopr078/GUICluster/MainWindowbody > item open#open#open#open#open# in > ~beta/guienv/v1.6/private/X11/guienv_unixbody > -- > allesButton#iconButton#button#control#windowitem#interfaceObject# > in /home/sopgr07/sopr078/GUICluster/MainWindowbody > item open#open#open#open#open# in > ~beta/guienv/v1.6/private/X11/guienv_unixbody > -- > allesButton#iconButton#button#control#windowitem#interfaceObject# > in /home/sopgr07/sopr078/GUICluster/MainWindowbody > item open#open# in > /home/sopgr07/sopr078/GUICluster/MainWindowbody > -- c_MainWindow#window#interfaceObject# in > /home/sopgr07/sopr078/GUICluster/MainWindow > item open#open# in > ~beta/guienv/v1.6/private/X11/guienv_unixbody > -- c_MainWindow#window#interfaceObject# in > /home/sopgr07/sopr078/GUICluster/MainWindow > item open#open# in > ~beta/guienv/v1.6/private/X11/guienv_unixbody > -- c_MainWindow#window#interfaceObject# in > /home/sopgr07/sopr078/GUICluster/MainWindow > item GUIenv# in /home/sopgr07/sopr078/SolarROOTbody > -- BETAENV-~ in ~beta/basiclib/v1.6/betaenv > comp GUIenv# in /home/sopgr07/sopr078/SolarROOTbody > -- BETAENV-~ in ~beta/basiclib/v1.6/betaenv > > item in ~beta/basiclib/v1.6/betaenv > -- > baumscroller#scroller#abstractScroller#canvas#windowitem#inter > faceObject# > in /home/sopgr07/sopr078/GUICluster/MainWindowbody > > [Legend skipped.] > > > Now I am wondering, what circumstances could have led to this > malfunction: > item <*> in ~beta/guienv/v1.6/private/X11/pixmapbody > -- Surrounding object (0x27cca8) damaged! > > Can someone help me? > > Thanks in advance, > > Holger >