Opened 3 years ago
Last modified 2 years ago
#263 new defect
SIP message parsing issue
| Reported by: | kgoul | Owned by: | laurent |
|---|---|---|---|
| Priority: | blocker | Milestone: | QuteCom 3.0 |
| Component: | Build System | Version: | 2.2 |
| Keywords: | sip call message parse | Cc: |
Description
Hello,
when i try to call a phone number with a sip account it does not work and in the qutecom.log i have this message :
(error) 21:26:09 [PhApi] : osip: /build/buildd/qutecom-2.2+dfsg1/wifo/libosip2/src/osipparser2/osip_message_parse.c:920: Could not parse start line of message. (error) 21:26:09 [PhApi] : osip: /build/buildd/qutecom-2.2+dfsg1/wifo/libosip2/src/osip2/osip_event.c:79: could not parse message (error) 21:26:09 [PhApi] : osip: /build/buildd/qutecom-2.2+dfsg1/wifo/eXosip/src/udp.c:2569: Could not parse SIP message
Thanks!
Change History (9)
comment:1 Changed 3 years ago by kgoul
- Component changed from 3rd party libs to Build System
- Keywords message parse added
- Owner changed from vadim to laurent
- Priority changed from major to blocker
comment:2 follow-up: ↓ 3 Changed 3 years ago by laurent
comment:3 in reply to: ↑ 2 ; follow-up: ↓ 4 Changed 3 years ago by kgoul
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 3 years ago by laurent
comment:5 in reply to: ↑ 4 ; follow-up: ↓ 6 Changed 3 years ago by kgoul
Replying to laurent:
Replying to kgoul:
How can i give you a callstack ?
with gdb see "man gdb"
I think it's that you whant to have ?
#0 0x0012e416 in __kernel_vsyscall () #1 0x039d2de6 in poll () from /lib/libc.so.6 #2 0x00197a1b in g_poll () from /lib/libglib-2.0.so.0 #3 0x0018a43c in ?? () from /lib/libglib-2.0.so.0 #4 0x0018a848 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #5 0x01245565 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #6 0x01538be5 in ?? () from /usr/lib/libQtGui.so.4 #7 0x01215609 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #8 0x01215a8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #9 0x0121a00f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #10 0x01475e07 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #11 0x081d7d17 in QtFactory::exec() () #12 0x081a2977 in main ()
comment:6 in reply to: ↑ 5 Changed 3 years ago by vadim
- Summary changed from Qutecom crashes when i call with sip account to s
Replying to kgoul:
Replying to laurent:
Replying to kgoul:
How can i give you a callstack ?
with gdb see "man gdb"
I think it's that you whant to have ?
#0 0x0012e416 in __kernel_vsyscall () #1 0x039d2de6 in poll () from /lib/libc.so.6 #2 0x00197a1b in g_poll () from /lib/libglib-2.0.so.0 #3 0x0018a43c in ?? () from /lib/libglib-2.0.so.0 #4 0x0018a848 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #5 0x01245565 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #6 0x01538be5 in ?? () from /usr/lib/libQtGui.so.4 #7 0x01215609 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #8 0x01215a8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #9 0x0121a00f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #10 0x01475e07 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #11 0x081d7d17 in QtFactory::exec() () #12 0x081a2977 in main ()
Can you please run qutecom with env var PH_DEBUG_LEVEL=9
and resubmit the log file?
comment:7 Changed 2 years ago by chris-mac
- Summary changed from s to SIP message parsing issue
comment:8 Changed 2 years ago by dneary
- Milestone QuteCom 2.2-RC4 deleted
comment:9 Changed 2 years ago by dneary
- Milestone set to QuteCom 3.0
Note: See
TracTickets for help on using
tickets.

Could you provide a callstack ?