#165 closed defect (fixed)
segmentation fault if another instance is running
| Reported by: | cavedon | Owned by: | laurent |
|---|---|---|---|
| Priority: | major | Milestone: | QuteCom 2.3 |
| Component: | GUI | Version: | 2.2-RC3 |
| Keywords: | Cc: |
Description
On Linux, qutecom currently segfaults if another instance is running.
This happens because the NetworkObserver? is referenced in the SipAccount? destructor even though the QCoreApplication object is never initialized.
Bug reports concerning this issue:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550947
https://bugs.edge.launchpad.net/ubuntu/+source/qutecom/+bug/465243
I am attaching a patch to avoid the segfault.
Attachments (1)
Change History (3)
Changed 4 years ago by cavedon
comment:1 Changed 4 years ago by vadim
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by cavedon
Np, actually I like your fix better.
Note: See
TracTickets for help on using
tickets.

I've just commited another fix to this problem....
Sorry i've missed the attachement