Bugs item #3141419, was opened at 2010-12-21 22:57 Message generated for change (Comment added) made by bogdan_iancu 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: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2011-06-28 11:04 Message: Hi Sergio, For your system, can you run the print here: uname -p uname -m Thanks and regards, Bogdan ---------------------------------------------------------------------- Comment By: Sergio Gutierrez (saguti) Date: 2010-12-24 19:01 Message: Hello Bogdan. Today I recompiled OpenSIPS by enforcing 64bits compilation (gcc -m64 flag), and OpenSIPS run without problems. I think you are right, and the problem is related to variables alignment, but, I am not sure why. Regards. ---------------------------------------------------------------------- Comment By: Sergio Gutierrez (saguti) Date: 2010-12-23 23:39 Message: Hello Bogdan. Previously we have not had problems using OpenSIPS compiled for 32bits on Sparc. I am not using any particular option; Makefile is performing the guessing itself. I will try to compile and test on 64 bits. Thanks and regards. ---------------------------------------------------------------------- Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2010-12-23 16:43 Message: It seams it is a issue with the arch detection - I guess "sparc" is 64b arch and when opensips compiles as for 32b, some mem alignment is screwed. Do you use any particular compile options or you let the Makefile to do all the detection ? Regards, Bogdan ---------------------------------------------------------------------- Comment By: Sergio Gutierrez (saguti) Date: 2010-12-22 17:06 Message: Hello Bogdan. Wrong copy & paste (gdb) print jiffies $1 = (unsigned int *) 0xfcc040d8 (gdb) x 0xfcc040d8 0xfcc040d8: 0x00000000 (gdb) print *jiffies $2 = 0 (gdb) x *jiffies 0x0: Cannot access memory at address 0x0 (gdb) ---------------------------------------------------------------------- Comment By: Sergio Gutierrez (saguti) Date: 2010-12-22 14: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 14: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 13: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 13: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
