Comment 3 for bug 431233

Revision history for this message
Dev Mohanty (devm-nepalwireless) wrote :

>First, it's better to report upstream problems directly upstream (either gnokii-users mailing list or
> http://savannah.nongnu.org/projects/gnokii).

Will do.

The glibc double free corruption error log is attached.

Its basically called by a perl script which logs in to my gmail account periodically and parses all unread mails (one at a time) and sends it over to my other mobile as a text. and the gnokii part of the command is:

open(GNOKII, "| gnokii --sendsms $sms_to") || die "Error starting gnokii failed: $!\n";
#Start gnokii and wait for the SMS body
    print GNOKII $sms_body;
# Print the SMS body in 160 Char chunks
    close(GNOKII);

This had been working without an issie on 0.6.26

outut for --getsms ME 1 end:
GetSMS ME 1 failed! (Invalid type of memory.)

I guess for my mobile N5200 only IN OU AR and DR work including parsing all of the text correctly, which smsd fails to do, wrt to time, sent number and smsc ..

Yup everytime smsd has deleted a message. am having to restart the phone to get to the inbox.

Find my conf settings:

[global]

# port = /dev/rfcomm0
# model = AT
# connection = serial
port = 00:1D:3B:32:30:AB
model = series40
connection = bluetooth
initlength = default
use_locking = no
serial_baudrate = 38400
rfcomm_channel = 14
smsc_timeout = 10
#sm_retry = 1
#disconnect_script =

[xgnokii]
allow_breakage = 0

[gnokiid]
bindir = /usr/sbin/

[connect_script]
TELEPHONE = 12345678
[disconnect_script]

[logging]

# where to log the debug output (on: stderr, off: /dev/null)
debug = on

# where to log the rlp debug output (on: stderr, off: /dev/null)
rlpdebug = off

# where to log X debug output (on: stderr, off: /dev/null)
xdebug = off

I haven't used a PIN though.. is it essential? My sim's never asked me for one that is.