[OpenSIPS-Devel] [ opensips-Bugs-3141419 ] OpenSIPS 1.6.4 fails with Signal 10 (Bus Error) on Solaris

SourceForge.net noreply at sourceforge.net
Wed Dec 22 16:06:19 CET 2010


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 10: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 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



More information about the Devel mailing list