Ticket #1631 (closed defect: fixed)

Opened 5 months ago

Last modified 3 months ago

licq crashes if it receives an authorisation request

Reported by: Homer_J Owned by:
Priority: high Milestone: 1.3.6
Component: qt/kde gui Version: devel
Keywords: crash authorisation request Cc:

Description

I use licq from a daily svn snapshot (20080507). After receiving an authorisation request licq crashes. You will find the debug files in the appendix.

user stuff I use: - libqt4-4.2.1-20 - qt3-3 - xorg-x11-7.2-146.7.3.7-18

all runs under openSUSE 10.2

Attachments

licq.backtrace (2.3 kB) - added by Homer_J 5 months ago.
licq.backtrace.gdb (7.4 kB) - added by Homer_J 5 months ago.

Change History

Changed 5 months ago by Homer_J

Changed 5 months ago by Homer_J

Changed 3 months ago by flynd

  • status changed from new to closed
  • resolution set to fixed
  • component changed from licq daemon to qt/kde gui

When getting an event, we lock both owner and the user for the event. For authorization requests the user for the event is the owner so the result was trying to lock the owner twice.

This only affects Qt-Gui when message auto popup is enabled.

Qt4-Gui uses different implementation and is not affected.

Fixed and committed in r6471.

Note: See TracTickets for help on using tickets.