Bugs item #3141419, was opened at 2010-12-21 15:57 Message generated for change (Comment added) made by saguti You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3141419&group_id=232389
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: 1.6.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sergio Gutierrez (saguti) Assigned to: Bogdan-Andrei Iancu (bogdan_iancu) Summary: OpenSIPS 1.6.4 fails with Signal 10 (Bus Error) on Solaris Initial Comment: Trying to run OpenSIPS 1.6.4 on Solaris 10, it is failing with Bus Error (Signal 10) Attached appear log and backtrace from the core. ---------------------------------------------------------------------- >Comment By: Sergio Gutierrez (saguti) Date: 2010-12-22 07:56 Message: Hello Bogdan I am running on SPARC, but OpenSIPS is compiled with 32 bits default compilation. (gdb) p ujiffies $1 = (utime_t *) 0xfcc040ec (gdb) x 0xfcc040ec 0xfcc040ec: 0x00000000 (gdb) x ujiffies 0xfcc040ec: 0x00000000 (gdb) x *ujiffies 0x0: Cannot access memory at address 0x0 (gdb) p *ujiffies $2 = 0 ---------------------------------------------------------------------- Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2010-12-22 07:05 Message: Please print "jiffies" also, Another question - are you running on a 32 or 64 arch ? Thanks and regards, Bogdan ---------------------------------------------------------------------- Comment By: Sergio Gutierrez (saguti) Date: 2010-12-22 06:53 Message: Hello Bogdan. This is the print you requested: (gdb) p ujiffies $1 = (utime_t *) 0xfcc040ec (gdb) x 0xfcc040ec 0xfcc040ec: 0x00000000 (gdb) x ujiffies 0xfcc040ec: 0x00000000 (gdb) x *ujiffies 0x0: Cannot access memory at address 0x0 (gdb) p *ujiffies $2 = 0 (gdb) ---------------------------------------------------------------------- Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2010-12-22 06:39 Message: In GDB, please print ujiffies : p ujiffies; Thanks and regards, Boogdan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3141419&group_id=232389 _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
