[omniORB] OmniOrb on Linux 2.0.32

David Campbell david@pastornet.net.au
Fri, 28 Aug 1998 11:56:03 +1000


This is a multi-part message in MIME format.
--------------59C8206C7414AD36D0C3F243
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I can't get OmniORB 2.5.0 to run properly on my Linux box
running Redhat 5 (linux 2.0.32).

Any help would be appreciated with the problems
shown below:

I downloaded the pre-built version for linux, and I also tried
re-compiling, with no improvement.

omniidl2 seems to run OK, but omniNames and any examples
that I build, all die like this:

        [david@daves echo]$ ./eg1
        Segmentation fault

        [david@daves echo]$ uname -a
        Linux daves.home 2.0.32 #1 Wed Nov 19 00:46:45 EST 1997 i586 unknown

        [david@daves echo]$ ldd eg1
                libpthread.so.0 => /lib/libpthread.so.0 (0x40003000)
                libg++.so.2.7.2 => /usr/lib/libg++.so.2.7.2 (0x4000e000)
                libstdc++.so.2.7.2 => /usr/lib/libstdc++.so.2.7.2 (0x40042000)
                libm.so.6 => /lib/libm.so.6 (0x4007c000)
                libc.so.6 => /lib/libc.so.6 (0x40095000)
                /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)

        [david@daves omniORB_2.5.0]$ ls -al /lib/libpthread*
        -rwxr-xr-x   1 root     root       175280 Nov  9  1997 /lib/libpthread-0.6.so
        lrwxrwxrwx   1 root     root           17 Aug 11 05:38 /lib/libpthread.so.0 -> libpthread-0.6.so

        [david@daves omniORB_2.5.0]$ gdb /usr/local/OmniORB/bin/i586_linux_2.0/omniNames

        GDB is free software and you are welcome to distribute copies of it
         under certain conditions; type "show copying" to see the conditions.
        There is absolutely no warranty for GDB; type "show warranty" for details.
        GDB 4.16 (i386-redhat-linux), Copyright 1996 Free Software Foundation, Inc...
        (no debugging symbols found)...
        (gdb) run
        Starting program: /usr/local/OmniORB/bin/i586_linux_2.0/omniNames

        Program received signal SIGSEGV, Segmentation fault.
        0x4001242c in __pthread_mutex_lock () at mutex.c:112
        mutex.c:112: No such file or directory.
        (gdb) where
        #0  0x4001242c in __pthread_mutex_lock () at mutex.c:112
        #1  0x400139ac in __fresetlockfiles () at lockfile.c:87
        #2  0x400d87b3 in _IO_fread (buf=0xbffff484, size=44, count=1, fp=0x8145cc0)
            at iofread.c:44
        #3  0x400f6ace in __tzfile_compute (timer=1074969688,
            use_localtime=1074992988, leap_correct=0x4013039c, leap_hit=0xbffff554)
            at tzfile.c:283
        #4  0x400f5a63 in tzset_internal () at tzset.c:197
        #5  0x400f67ec in __tz_convert () at tzset.c:561
        #6  0x400f32b2 in localtime () at localtime.c:49
        #7  0x400f3189 in ctime (t=0xbffff554) at ctime.c:33
        #8  0x80594f2 in timestamp::t ()
        #9  0x8055688 in log::log ()
        #10 0x804aa65 in main ()
        Linux daves.home 2.0.32 #1 Wed Nov 19 00:46:45 EST 1997 i586 unknown

Regards,
-- David Campbell

--------------59C8206C7414AD36D0C3F243
Content-Type: text/x-vcard; charset=us-ascii;
 name="david.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for David Campbell
Content-Disposition: attachment;
 filename="david.vcf"

begin:vcard
n:Campbell;David
x-mozilla-html:TRUE
org:Greenleaf Systems Pty Ltd
adr:
version:2.1
email;internet:david@pastornet.net.au
title:Director
end:vcard


--------------59C8206C7414AD36D0C3F243--