I am trying to compile and run dx-4.3.2 on AIX using gcc3.3.1

Compiling goes ok but when I try to e.g. edit a network I get

Internal error detected at "../base/AllocatorDictionary.h":64.
No files needed to be saved.


A traceback reveals that the dxui has coredumped (see below). Does anyone have any pointers as to what is going wrong? Is it a static initialization issue?

Mattijs


Program terminated with signal 6, Aborted.
#0  0xd005caf4 in pthread_kill () from /usr/lib/libpthreads.a(shr_xpg5.o)
(gdb) where
#0  0xd005caf4 in pthread_kill () from /usr/lib/libpthreads.a(shr_xpg5.o)
#1  0xd005c104 in _p_raise () from /usr/lib/libpthreads.a(shr_xpg5.o)
#2  0xd01e10d0 in raise () from /usr/lib/libc.a(shr.o)
#3  0xd01efce4 in abort () from /usr/lib/libc.a(shr.o)
#4 0x100025cc in Application::abortApplication() (this=0x0) at Application.C:534 #5 0x10058898 in DXApplication::abortApplication() (this=0x2049ede8) at DXApplication.C:5040 #6 0x10000868 in AssertionFailure (file=0xffffffff <Address 0xffffffff out of bounds>, line=-1)
    at Application.C:65
#7 0x1005aab8 in NDAllocatorDictionary::NDAllocatorDictionary() (this=0x204a08d8)
    at ../base/AllocatorDictionary.h:64
#8  0x1004f4d0 in DXApplication::DXApplication(char*) (this=0x2049ede8,
className=0xffffffff <Address 0xffffffff out of bounds>) at DXApplication.C:1904
#9  0x100004cc in main (argc=13, argv=0x2ff21e74) at Main.C:104
#10 0x10000204 in __start ()

--
/*---------------------------------------------------------*\
| ===========           Mattijs Janssens                    |
| \\        /           Development Engineer                |
|  \\      /                                                |
|   \\    /             Nabla Ltd.                          |
|    \\  /              The Mews, Picketts Lodge            |
|     \\/               Picketts Lane, Salfords,            |
|     F ield            Surrey RH1 5RG.                     |
|     O peration        Tel: +44 (0)1293 821272             |
|     A nd              Email: [EMAIL PROTECTED]       |
|     M anipulation     URL: http://www.Nabla.co.uk         |
\*---------------------------------------------------------*/

Reply via email to