swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

and again: installing swarm on SuSE 5.2


From: Lorenz Gygax
Subject: and again: installing swarm on SuSE 5.2
Date: Fri, 16 Oct 1998 08:39:30 +0200 (MEST)

Dear all,

after my last mail and reading in the archives on seg faults I realized
that the zlib and libpng on my system were older than what was proposed
for swarm 1.3 Thus I made another attempt to create these libs and header
files in /usr/local/. With some help I finally succeeded in installing
zlib 1.1.3 and libpng 1.0.2. 

then again in the swarm distribution directory: make, make install
which ran fine.

Heatbugs compiled but when I start it, it seg still faults. (I have
included the output of ldd heatbugs, gdb heatbugs and the bt in gdb at the
end of the mail. By the way does anybody know a good source in where and
how to learn what the output of gdb actually means?) 

I am not sure where I should try to head. Shall I continue with this
installation from sratch (which somehow seems pretty close to working) or
should I rather try to figure out the installation via the rpm's?

Thank you for all yor thoughts! Lorenz



ldd heatbugs:

        libspace.so.0 => /usr/local/lib/libspace.so.0 (0x4000a000)
        libanalysis.so.1 => /usr/local/lib/libanalysis.so.1 (0x40012000)
        libsimtools.so.1 => /usr/local/lib/libsimtools.so.1 (0x4001d000)
        libsimtoolsgui.so.1 => /usr/local/lib/libsimtoolsgui.so.1 (0x4002a000)
        libtkobjc.so.1 => /usr/local/lib/libtkobjc.so.1 (0x40042000)
        libtclobjc.so.0 => /usr/local/lib/libtclobjc.so.0 (0x40067000)
        libactivity.so.0 => /usr/local/lib/libactivity.so.0 (0x40074000)
        librandom.so.0 => /usr/local/lib/librandom.so.0 (0x4008c000)
        libobjectbase.so.1 => /usr/local/lib/libobjectbase.so.1 (0x400dc000)
        libcollections.so.1 => /usr/local/lib/libcollections.so.1 (0x400f0000)
        libdefobj.so.0 => /usr/local/lib/libdefobj.so.0 (0x40105000)
        libmisc.so.1 => /usr/local/lib/libmisc.so.1 (0x40118000)
        libBLT.so.2 => /usr/local/lib/libBLT.so.2 (0x40120000)
        libtk8.0.so => /usr/local/lib/libtk8.0.so (0x401ce000)
        libtcl8.0.so => /usr/local/lib/libtcl8.0.so (0x40271000)
        libpng.so.2 => /usr/local/lib/libpng.so.2 (0x402d8000)
        libz.so.1 => /usr/local/lib/libz.so.1 (0x40302000)
        libffi.so.1 => /usr/local/lib/libffi.so.1 (0x40311000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40314000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40322000)
        libm.so.5 => /lib/libm.so.5 (0x403c1000)
        libdl.so.1 => /lib/libdl.so.1 (0x403ca000)
        libc.so.5 => /lib/libc.so.5 (0x403cd000)


> gdb heatbugs
(gdb) run

Program received signal SIGSEGV, Segmentation fault.
0x4006a4d0 in -[TclInterp checkPath:file:] (self=0x80828f8,
_cmd=0x40071e3c, 
    path=0x0, file=0x4006f5b2 "init.tcl") at TclInterp.m:113
113       char buf[strlen (path) + strlen (file) + 2];


(gdb) bt

#0  0x4006a4d0 in -[TclInterp checkPath:file:] (self=0x80828f8, 
    _cmd=0x40071e3c, path=0x0, file=0x4006f5b2 "init.tcl") at
TclInterp.m:113
#1  0x4006a597 in -[TclInterp checkTclLibrary] (self=0x80828f8, 
    _cmd=0x40071e74) at TclInterp.m:127
#2  0x4006a74e in -[TclInterp preInitWithArgc:argv:] (self=0x80828f8, 
    _cmd=0x40072024, argc=1, argv=0xbffff3d8) at TclInterp.m:169
#3  0x4006b34f in -[TkInterp preInitWithArgc:argv:] (self=0x80828f8, 
    _cmd=0x40065520, argc=1, argv=0xbffff3d8) at TkInterp.m:96
#4  0x400552be in -[TkExtra preInitWithArgc:argv:] (self=0x80828f8, 
    _cmd=0x40071e8c, argc=1, argv=0xbffff3d8) at TkExtra.m:74
#5  0x4006a94b in -[TclInterp initWithArgc:argv:] (self=0x80828f8, 
    _cmd=0x40072044, argc=1, argv=0xbffff3d8) at TclInterp.m:233
#6  0x4006b573 in -[TkInterp initWithArgc:argv:] (self=0x80828f8, 
    _cmd=0x4006652c, argc=1, argv=0xbffff3d8) at TkInterp.m:172
#7  0x804cfdd in __objc_init_install_dtable ()
#8  0x40058979 in tkobjc_initTkInterp (arguments=0x807d3b0) at
internal.m:129
#9  0x40059c9a in initTkObjc (arguments=0x807d3b0) at tkobjc.m:40
#10 0x4003a233 in initSimtoolsGUI () at simtoolsgui.m:19
#11 0x40025653 in initSwarmArguments (argc=1, argv=0xbffff3d8, 
    argumentsClass=0x0) at simtools.m:55
#12 0x4002552f in initSwarm (argc=1, argv=0xbffff3d8) at simtools.m:31
#13 0x8049e01 in main (argc=1, argv=0xbffff3d8) at main.m:21
#14 0x804971e in ___crt_dummy__ ()





                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]