Opened 19 years ago

Closed 18 years ago

#5184 closed defect (fixed)

BUG: centericq 4.21.0 crashes at launch with Bus error

Reported by: schmidt_r@… Owned by: neowolf@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: markd@…
Port:

Description

centericq 4.21.0 now compiles but crashes at launch:

rene@tisiphone:~$ centericq Bus error rene@tisiphone:~$ gdb GNU gdb 6.1-20040303 (Apple version gdb-384) (Mon Mar 21 00:05:26 GMT 2005) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "powerpc-apple-darwin". (gdb) file /opt/local/bin/centericq Reading symbols for shared libraries ............ done Reading symbols from /opt/local/bin/centericq...done. (gdb) run Starting program: /opt/local/bin/centericq Reading symbols for shared libraries .... done

Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000010 0x00226328 in std::_Rb_tree<std::string, std::pair<std::string const, void (MSN::Connection::*) (std::vector<std::string, std::allocator<std::string> >&, std::string, std::string)>, std::_Select1st<std::pair<std::string const, void (MSN::Connection::*)(std::vector<std::string, std::allocator<std::string> >&, std::string, std::string)> >, std::less<std::string>, std::allocator<std::pair<std::string const, void (MSN::Connection::*)(std::vector<std::string, std::allocator<std::string> >&, std::string, std::string)> > >::insert_unique () (gdb) bt #0 0x00226328 in std::_Rb_tree<std::string, std::pair<std::string const, void (MSN::Connection::*) (std::vector<std::string, std::allocator<std::string> >&, std::string, std::string)>, std::_Select1st<std::pair<std::string const, void (MSN::Connection::*)(std::vector<std::string, std::allocator<std::string> >&, std::string, std::string)> >, std::less<std::string>, std::allocator<std::pair<std::string const, void (MSN::Connection::*)(std::vector<std::string, std::allocator<std::string> >&, std::string, std::string)> > >::insert_unique () #1 0x002265a4 in std::map<std::string, void (MSN::Connection::*)(std::vector<std::string, std::allocator<std::string> >&, std::string, std::string), std::less<std::string>, std::allocator<std::pair<std::string const, void (MSN::Connection::*)(std::vector<std::string, std::allocator<std::string> >&, std::string, std::string)> > >::operator[] () #2 0x00189120 in ?? () #3 0x00191b2c in ?? () #4 0x000b7950 in ?? () #5 0x000b7c00 in ?? () #6 0x8fe16584 in dyldZN16ImageLoaderMachO16doInitializationERKN11ImageLoader11LinkContextE () #7 0x8fe0b6f0 in dyldZN11ImageLoader23recursiveInitializationERKNS_11LinkContextE () #8 0x8fe0f5c4 in dyldZN11ImageLoader15runInitializersERKNS_11LinkContextE () #9 0x8fe0381c in dyldZN4dyld24initializeMainExecutableEv () #10 0x00003158 in ?? () #11 0x00002f44 in ?? () #12 0x00002ea4 in ?? () (gdb)

Attachments (1)

Portfile (601 bytes) - added by kampi@… 18 years ago.
working portfile (by disabling MSN)

Download all attachments as: .zip

Change History (5)

comment:1 Changed 19 years ago by mww@…

Summary: centericq 4.21.0 crashes at launch with Bus errorBUG: centericq 4.21.0 crashes at launch with Bus error

comment:2 Changed 19 years ago by blb@…

Owner: changed from darwinports-bugs@… to neowolf@…

Assigning to maintainer.

Changed 18 years ago by kampi@…

Attachment: Portfile added

working portfile (by disabling MSN)

comment:3 Changed 18 years ago by kampi@…

attachments.mimetype: application/octet-streamtext/plain

comment:4 Changed 18 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

(In reply to comment #2)

Created an attachment (id=5909) [edit] working portfile (by disabling MSN)

simple portfile that disables the msn-support. this one works for me (no further "bus error") and with centericq 4.21.0

Verified bus error with current app. Maintainer hasn't responded; no newer app version available so I think it is reasonable to apply the patch supplied by kampi which I tested on 10.4.5. Thanks! Committed.

Note: See TracTickets for help on using tickets.