When running under GDB:
-----
(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/gnome-phone-manager 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6633760 (LWP 7319)]
** Message: bdaddr 00:1A:75:B6:58:D1
** Message: New connection device is 00:1A:75:B6:58:D1 (changed)
** Message: New connection device is 00:1A:75:B6:58:D1 (not changed)
** Message: Connecting...
** Message: Status 1
** Message: Making serial port connection
[New Thread 0xb642ab90 (LWP 7327)]
** Message: Using serial channel -1 for device 00:1A:75:B6:58:D1
** Message: Failed connection to device on 00:1A:75:B6:58:D1
** Message: Exiting connect thread
-----

When running normally from command line:
-----
** Message: bdaddr 00:1A:75:B6:58:D1
** Message: New connection device is 00:1A:75:B6:58:D1 (changed)
** Message: New connection device is 00:1A:75:B6:58:D1 (not changed)
** Message: Connecting...
** Message: Status 1
** Message: Making serial port connection
conn_complete:  status 0x00
** Message: starting search
** Message: Using serial channel 2 for device 00:1A:75:B6:58:D1
** Message: Model Sony Ericsson K750 using default driver
** Message: Using driver 'AT'
** Message: Status 2
** Message: Serial port connected
** Message: Connected to device on 00:1A:75:B6:58:D1
** Message: Exiting connect thread
** Message: Our own phone number is: 
** Message: driver and phone support sms notifications
** Message: emitting network info
** Message: emitting battery
-----
This is what I meant by fails to connect. Access Denied when executing under 
GDB, but allowed when running normally from command line. Until we can get a 
connection to my phone under GDB, we won't be able to get a backtrace on 
failing to send an SMS.

-- 
gnome-phone-manager crashed with SIGSEGV
https://bugs.launchpad.net/bugs/332672
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to