[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smsd encountering sigsegv
From: |
BORBELY Zoltan |
Subject: |
Re: smsd encountering sigsegv |
Date: |
Fri, 4 Jul 2003 01:58:28 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Mon, Jun 30, 2003 at 11:17:35PM +0200, Jan Derfinak wrote:
> On Mon, 23 Jun 2003, Akshay Dua wrote:
> > I am encountering segmentation faults while running smsd. I am using a
> > nokia 5110 connected via a serial port. You will find the output below...
>
> I just now tested todays CVS with N6110 and it works for me. Are there any
> special condition needed to repeat this segfault?
I managed to find the root of the problem. Your operator sends a prepaid
info message which wasn't handled by gnokii. It seems this is a very rare
message, this is a reason why Jan wasn't able to reproduce the crash.
I fixed the phone driver and committed the fix into the cvs. Please
checkout the cvs version and test it again!
> > UNHANDLED FRAME RECEIVED
> > request: 0x14 / 0x0005
> > 00 01 00 36 64 | 6d
> > reply: 0x06 / 0x0091
> > 01 08 00 05 00 0f 03 89 c7 32 1d 64 96 97 cb 20 | 2 d
> > 7a 98 bd a6 a7 db 65 d0 3d 4d 47 83 82 69 39 b5 | z e =MG i9
> > cc 06 35 c3 e7 f4 18 24 2d 8f d1 61 f9 b9 0c 92 | 5 $- a
> > 96 ef 61 39 79 ce 02 25 dd e4 74 78 0e 32 a7 e5 | a9y % tx 2
> > 73 3a 08 2e 2f c3 c3 69 32 88 fd ce 87 d9 f4 3c | s: ./ i2 <
> > 08 2e 7f 9f e5 e1 b6 0b 44 4c 87 d9 a0 1c 0c 06 | . DL
> > 0a 83 e8 6f 36 1b 64 96 97 cb 20 f7 db 65 7e cb | o6 d e~
> > 41 e4 32 3d 9c 66 cf 5d 55 39 28 fc 1a 83 c4 61 | A 2= f ]U9( a
> > 36 28 3d 07 49 e7 2e 9a cd e6 9a d5 40 49 a7 d4 | 6(= I . @I
> > 05 |
> > Please read Docs/Bugs and send a bug report!
This is the prepaid info message: type 0x06 / code: 0x05. Gnokii
now decodes the message and writes to the screen in debug mode. :-)
Bye,
Bozo