buggnokii - Bugs: bug #23018, "Crash" on reciving SMS...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #23018: "Crash" on reciving SMS with Nokia 3100. Multiple messages: "Getting SMS..."

Submitted by:  dtashev
Submitted on:  Tue 22 Apr 2008 01:20:33 PM UTC  
 
Category: gnokiiSeverity: 3 - Normal
Item Group: major malfunctionStatus: Wont Fix
Privacy: PublicAssigned to: None
Open/Closed: Closed

(Jump to the original submission Jump to the original submission)

Tue 27 May 2008 12:25:18 PM UTC, comment #15:

Closing this one as a cleanup.

Pawel Kot <pkot>
Project Administrator
Mon 26 May 2008 06:46:48 AM UTC, comment #14:

Sorry for the mess. Please set this ticket to resolved/closed. I may submit a new one.

dtashev
Fri 23 May 2008 09:31:40 AM UTC, comment #13:

I am totally lost within this bug report. Could you please separate issues as distinct bugs stating the following information for each one:
- gnokii, smsd, libgnokii version used -- please try at least 0.6.25
- bug description (expected behaviour, behaviour seen)
- debug log (for gnokii debug = on, for smsd/xgnokii xdebug = on)
- hardware details (phone, cable with usb ids)
- steps to reproduce the problem

Currently I see here 3 different phones with mixed success and failure reports. Please submit success stories to gnokii-users m-l.

Pawel Kot <pkot>
Project Administrator
Thu 22 May 2008 12:20:02 PM UTC, comment #12:

Well it is going bad. I purchased a Nokia 6021. I have tested it with DKU-5 and bluetooth (!), the result is the same - "Getting SMS..."

(file #15697, file #15698)

Anonymous
Thu 22 May 2008 07:26:43 AM UTC, comment #11:

7250 is not able to send an SMS.

dtashev
Thu 22 May 2008 07:21:23 AM UTC, comment #10:

Suddenly, I found that with Nokia 7250+DKU-5 I don't have problems when using this script:

for ((i=0;i<1;i=0));do
gnokii --getsms IN 1 1 --delete
done

However, I had the problem when testing with Nokia 3100.

dtashev
Thu 22 May 2008 07:10:29 AM UTC, comment #9:

I got the same problem with Nokia 7250. "Getting SMS..." is repeating multiple times.
I also think, that Nokia 6100 would have had the same problem if I test it for a longer period of time.

I am thinking of trying different PCs and different gnokii versions. Notice, that I already tested different OSes.

Unfortunately I don't have a DKU-5 pl2303 cable.

dtashev
Wed 21 May 2008 08:23:48 AM UTC, comment #8:

Today I have tried a Nokia 6100 with my DKU-5 + ark3116 driver
The receiving of SMSes is ok. However, sending didn't worked. I wasn't able to test multiple configs to try to fix it, since I don't owe the Nokia 6100. The CA-42 cable didn't worked with Nokia 6100 - it is not connecting. Based, on this I assume that my DKU-5 can work with gnokii well.

DKU-5 model:
linux# lsusb
...
Bus 002 Device 006: ID 6547:0232 Arkmicro Technologies Inc. ARK3116 Serial).
...

The cable has 6 pins.

dtashev
Tue 20 May 2008 06:42:43 AM UTC, comment #7:

Sorry for these misses Pawel.

I have built gnokii from the sources in: gnokii-0.6.25.tar.gz.
My phone is Nokia 3100.

dtashev
Mon 19 May 2008 02:20:38 PM UTC, comment #6:

You have't said which gnokii version you use. You haven't said which phone do you use.

I suggest upgrading gnokii to the latest version before doing anything else.

Symbian problems are completly irrelevant here.

Pawel Kot <pkot>
Project Administrator
Mon 19 May 2008 02:04:58 PM UTC, comment #5:

Today I bought a new cable. It is DKU-5 that uses the supported ark3116 driver. Guess what? The problem still persists.

Also, I think that the deletion of the SMS seriously affects the stability of the communication between the phone and gnokii.

Received message type 14
Message: SMS Folder status received
Message: Number of Entries: 0
Message: IDs of Entries :
Getting SMS...
Getting SMS...
Getting SMS...

Here is some info for message type 14:
http://discussion.forum.nokia.com/forum/archive/index.php/t-43338.html

dtashev
Thu 15 May 2008 12:07:58 PM UTC, comment #4:

Looks like purchasing a CA-42 cable with oti6858 chip is bad. I think the problem is the oti6858 driver, since on Windows gnokii works pretty stable with the same hardware. My recommendation for anybody is not to purchase a CA-42 with oti6858 chip. I am looking for a CA-42 or DKU-5 cable with pl2303 chip. If you find one in a shop, please buy one for me. My mail is below
dtashev
at
nexcomtelecom.com

dtashev
Tue 13 May 2008 07:23:34 AM UTC, comment #3:

Please ignore the previous note completely.

dtashev
Tue 13 May 2008 07:17:58 AM UTC, comment #2:

A pretty similar problem is found, even when an actual SMS was not received. Dear Support, sorry for complicating this, I just paste it so we have more info on the problem. It could be a bug outside gnokii.

I execute this script for a test:
#!/bin/bash
for ((i=0;i<1;i=0));do
gnokii --getsms IN 1 1 --delete >> log.log
done

Below is a debug from the usb driver. It repeats the first message seen lots of times.
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_bulk_callback(port = 0, status = 0)
oti6858_close(): after schedule_timeout_interruptible()
oti6858_close(): shutting down urbs
oti6858_open(port = 0)
oti6858_open(): submitting interrupt urb
oti6858_set_termios(port = 0)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfd9e8)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x540b, arg = 0x00000000)
oti6858_ioctl(port = 0, cmd = 0x5402, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5402 not supported
oti6858_set_termios(port = 0)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfd998)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5403, arg = 0xbfdfd998)
oti6858_ioctl(): 0x5403 not supported
oti6858_chars_in_buffer(port = 0)
oti6858_set_termios(port = 0)
oti6858_tiocmset(port = 0, set = 0x00000000, clear = 0x00000002)
oti6858_tiocmset(port = 0, set = 0x00000000, clear = 0x00000004)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(): scheduling setup_line()
setup_line(port = 0)
setup_line(): submitting interrupt urb
oti6858_read_int_callback(port = 0, status = 0)
oti6858_tiocmset(port = 0, set = 0x00000002, clear = 0x00000000)
oti6858_tiocmset(port = 0, set = 0x00000004, clear = 0x00000000)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5403, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5403 not supported
oti6858_chars_in_buffer(port = 0)
oti6858_set_termios(port = 0)
oti6858_write(port = 0, count = 1)
oti6858_write(port = 0, count = 1)
oti6858_write(port = 0, count = 1)
oti6858_write(port = 0, count = 1)
oti6858_chars_in_buffer(port = 0)
oti6858_write_room(port = 0)
oti6858_chars_in_buffer(port = 0)
oti6858_write_room(port = 0)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5403, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5403 not supported
oti6858_chars_in_buffer(port = 0)
oti6858_chars_in_buffer(port = 0)

dtashev
Tue 13 May 2008 06:49:28 AM UTC, comment #1:

When I run gnokii --getsms, the script sometimes freezes when "Switching to FBUS mode" (this is only once an sms has been received and read succesfully). I trust it is exactly the same issue. Also, I trust it is a common problem for a lot of people. Some people may say that it is a matter of using an original cable purchased from the vendor of the phone(Nokia). However, I am not quite sure about this.

Similar problem was reported here:
https://bugs.launchpad.net/ubuntu/+source/gnokii/+bug/122072
http://ubuntuforums.org/archive/index.php/t-353450.html

dtashev
Tue 22 Apr 2008 01:20:33 PM UTC, original submission:

Hello! Gnokii is a great thing :-)

I am able to send and receive SMSes fine, until I use gnokii-smsd.
It keeps saying:
"Getting SMS..." for some 40-60 seconds, after it receives an SMS. During this period you can't receive or send any more SMSes.

I've attached a log. On line 1899 the message is received. On line 2528 the bug appears.

I am using a CA-42 cable and I have tried multiple configurations (timeouts, speeds, models etc)

Thank you!

dtashev

 

Attached Files
file #15697:  gnokiirc_6021.txt added by None (8KiB - text/plain - Nokia 6021 config and log from smsd. Getting SMS... bug again.)
file #15698:  gnokiilog_6021.txt added by None (124KiB - text/plain - Nokia 6021 config and log from smsd. Getting SMS... bug again.)
file #15658:  gnokiirc2 added by dtashev (8KiB - application/octet-stream)
file #15657:  gnokiirc added by dtashev (8KiB - application/octet-stream)
file #15504:  shell_history added by dtashev (221KiB - application/octet-stream - CLI_log.txt)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by pkot (Posted a comment)
  • -unavailable- added by dtashev (Submitted the item)
  • -unavailable- added by dtashev
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 9 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Tue 27 May 2008 12:25:18 PM UTCpkotStatusNeed Info=>Wont Fix
      Open/ClosedOpen=>Closed
    Thu 22 May 2008 12:20:02 PM UTCNoneAttached File-=>Added gnokiirc_6021.txt, #15697
      Attached File-=>Added gnokiilog_6021.txt, #15698
    Mon 19 May 2008 02:20:38 PM UTCpkotStatusNone=>Need Info
    Mon 12 May 2008 12:28:06 PM UTCdtashevAttached File-=>Added gnokiirc2, #15658
    Mon 12 May 2008 12:25:46 PM UTCdtashevAttached File-=>Added gnokiirc, #15657
    Tue 22 Apr 2008 01:20:33 PM UTCdtashevAttached File-=>Added shell_history, #15504
      Carbon-Copy-=>Added -unavailable-

    Back to the top


    Powered by Savane 3.1-cleanup1