Opened 21 months ago

Last modified 20 months ago

#326 new defect

Crash in OSX 10.7 (Lion) when receving/rejecting call

Reported by: scottmiles Owned by: vadim
Priority: critical Milestone: QuteCom 3.0
Component: misc Version: 2.2
Keywords: osx lion sound crash Cc:

Description

QuteCom on OSX Lion cannot receive calls. Attempting to receive a call on OSX 10.7 crashes the client. This occurs whether the call is "accepted" or "rejected". The same crash also occurs when calling a user and cancelling the call.

QuteCom.log and osx problem report details attached. Please let me know if other information is required.

Attachments (2)

QuteCom.log (3.9 KB) - added by scottmiles 21 months ago.
crashreport.txt (57.4 KB) - added by scottmiles 21 months ago.

Download all attachments as: .zip

Change History (3)

Changed 21 months ago by scottmiles

Changed 21 months ago by scottmiles

comment:1 Changed 20 months ago by laurent

crash in :

com.mbdsys.QuteCom                  0x001e5b55 MacSound::~MacSound() + 53

extract from MacSound?.cpp

MacSound::~MacSound() {
	[_macSoundObjCPrivate release];
}
@implementation MacSoundObjC

- (void)dealloc
{
	[_sound stop];
	[_sound release];
	[_pool release];
	[super dealloc];
}

Crash occurs on [_pool release];
No crash if i jump [_pool release] instructions

Note: See TracTickets for help on using tickets.