Issue 81276 - Playing simple sound causes instant crash on Aqua version ( JMF installed)
Summary: Playing simple sound causes instant crash on Aqua version ( JMF installed)
Status: CLOSED DUPLICATE of issue 82234
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m227
Hardware: Mac All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ericb
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-09-05 09:16 UTC by eric.bachard
Modified: 2007-11-28 17:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description eric.bachard 2007-09-05 09:16:35 UTC
Mac OS X 10.4.9

Install JMF as usual ( like in X11 version) 

Open the Gallery, choose sounds, and double click one -> crash 

What I find strange:  JVM must run in the main thread ( forced by Mac OS X implementation), and the 
thread who crashed is Thread 5   <--  not normal


The top of the stack :

PID:    26165
Thread: 5

Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:    0x00000002
Code[1]:    0x00000000


Thread 5 Crashed:
0   libjvm.dylib             	0x9b79141f JVM_GetLastErrorString + 10007
1   libjvm.dylib             	0x9b66e752 JNI_CreateJavaVM_Impl + 53306
2   libjvm.dylib             	0x9b66e6a7 JNI_CreateJavaVM_Impl + 53135
3   libjvm.dylib             	0x9b66e5cb JNI_CreateJavaVM_Impl + 52915
4   libSystem.B.dylib        	0x90024147 _pthread_body + 84




FYI, Thread 0  stack :

Thread 0:
0   libvcl680mxi.dylib       	0x011897db JavaChildWindow::getParentWindowHandleForJava() + 17
1   libavmedia680mxi.dylib   	0x1966fbe5 avmedia::priv::MediaWindowImpl::onURLChanged() + 219
2   libavmedia680mxi.dylib   	0x1966db6c avmedia::priv::MediaWindowBaseImpl::setURL
(rtl::OUString const&) + 524
3   libavmedia680mxi.dylib   	0x19678568 avmedia::MediaFloater::setURL(rtl::OUString const&, bool) 
+ 40
4   libsvx680mxi.dylib       	0x226eafc9 GalleryPreview::PreviewMedia(INetURLObject const&) + 351
5   libsvx680mxi.dylib       	0x2270bacc GalleryChildWindow::RegisterChildWindow(unsigned char, 
SfxModule*, unsigned short) + 25294
6   libsvx680mxi.dylib       	0x2270bb84 GalleryChildWindow::RegisterChildWindow(unsigned char, 
SfxModule*, unsigned short) + 25478
7   libsvx680mxi.dylib       	0x226eae1c GalleryPreview::GalleryPreview[not-in-charge]
(GalleryBrowser2*, GalleryTheme*) + 3022
8   libvcl680mxi.dylib       	0x011c1552 Window::~Window [in-charge]() + 14298
9   libvcl680mxi.dylib       	0x011c2871 Window::~Window [in-charge]() + 19193
Comment 1 eric.bachard 2007-09-05 09:18:00 UTC
This issue could be a clone of issue 47888

Added jl on CC
Comment 2 eric.bachard 2007-11-28 17:26:20 UTC
This issue should be included in macosxquicktime01 cws
Comment 3 philipp.lohmann 2007-11-28 17:30:13 UTC
this is fixed with msicotte's implementation of the avmedia service

*** This issue has been marked as a duplicate of 82234 ***
Comment 4 philipp.lohmann 2007-11-28 17:30:36 UTC
closing