Bugzilla – Attachment 91361 Details for
Bug 73168
Crash with a message "JRE is Defective"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
attachment-7005-0.html
attachment-7005-0.html (text/html), 5.60 KB, created by
Maurice Glover
on 2013-12-31 12:55:58 UTC
(
hide
)
Description:
attachment-7005-0.html
Filename:
MIME Type:
Creator:
Maurice Glover
Created:
2013-12-31 12:55:58 UTC
Size:
5.60 KB
patch
obsolete
><div dir="ltr">Michael<br><br>This will obviously sounds completely stupid but what extension are you talking about.<br><br>The screenshots pdf attached ("131231 Bug report 73168 screenshots") shows a number of extensions which I have not myself consciously installed.<br> ><br><br>Going bacck to my crashing spreadsheet, When I had pressed OK to the "JRE is Defective" message it did not crash immediately<br>but as soon as I tried to put in an "=" formula, up popped the message. I then pressed the ESC key<br> >and up popped the "Runtime Error!":<br><br>"Program:<br><br>This application has requested the runtime to terminate in an unusual way. <br>Please contact the application's support team for more information".<br> ><br>I then pressed Okay and it automatically and instantaneously closed Libreoffice<br><br>I recovered the spreadsheet and sods law but I can't now get it to crash! Yesterday several different calc files were crashing.<br> ><br>Very puzzling!<br><br>Moss<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 31, 2013 at 9:46 AM, <span dir="ltr"><<a href="mailto:bugzilla-daemon@freedesktop.org" target="_blank">bugzilla-daemon@freedesktop.org</a>></span> wrote:<br> ><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> > > > > <div><span><a href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>" target="_blank"> <span>Michael Meeks</span></a> ></span> changed > <a title="NEEDINFO --- - Crash with a message "JRE is Defective"" href="https://bugs.freedesktop.org/show_bug.cgi?id=73168" target="_blank">bug 73168</a> > <br> > <table border="1" cellpadding="8" cellspacing="0"> > <tbody><tr> > <th>What</th> > <th>Removed</th> > <th>Added</th> > </tr> > > <tr> > <td style="text-align:right">CC</td> > <td> > > </td> > <td><a href="mailto:michael.meeks@collabora.com" target="_blank">michael.meeks@collabora.com</a>, <a href="mailto:sbergman@redhat.com" target="_blank">sbergman@redhat.com</a> > </td> > </tr> > > <tr> > <td style="text-align:right">Blocks</td> > <td> > > </td> > <td>60270 > </td> > </tr></tbody></table> > <p> > </p><div> > <b><a title="NEEDINFO --- - Crash with a message "JRE is Defective"" href="https://bugs.freedesktop.org/show_bug.cgi?id=73168#c3" target="_blank">Comment # 3</a> > on <a title="NEEDINFO --- - Crash with a message "JRE is Defective"" href="https://bugs.freedesktop.org/show_bug.cgi?id=73168" target="_blank">bug 73168</a> > from <span><a href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>" target="_blank"> <span>Michael Meeks</span></a> ></span></b> > <pre>Maurice reports by E-mail that he has removed his profile, and the problems >persist. > >Maurice - can you confirm that you have no extensions installed ? This is not >the 1st instance of problems in calc around formula editing and Java - I >suspect that we attempt to use the scripting framework to check if there are >any scripts present in each language (or something similarly silly), and this >blows up with Java. what does "Tools->Extension Manager" show ? (another >screenshot would be awesome). > >Maurice - can you report whether Calc continues to work if you hit 'ok' ? I >appreciate it throws up a scary looking dialog but ... it shoudl continue to >work. > >It sounds like we've got some problem here rather than all of the installed >JRE's being defective of course :-) > >What would be really helpful would be to get a better exception message out of >that beastie I guess. > >Stephan - any thoughts ? marking a MAB anyway. > >void SAL_CALL JavaInteractionHandler::handle( const Reference< >XInteractionRequest >& Request ) throw (RuntimeException) > >is where the error comes from: > > com::sun::star::java::JavaVMCreationFailureException e4; >... > else if ( anyExc >>= e4 ) > { > if( !(m_bShowErrorsOnce && m_bVMCreationFailure_Handled)) > { > // Java not correctly installed, or damaged > SolarMutexGuard aSolarGuard; > m_bVMCreationFailure_Handled = true; >#ifdef MACOSX > ErrorBox aErrorBox( NULL, SvtResId( ERRORBOX_JVMCREATIONFAILED_MAC >) ); >#else > ErrorBox aErrorBox( NULL, SvtResId( ERRORBOX_JVMCREATIONFAILED ) ); >#endif > aErrorBox.SetText(SvtResId( STR_ERROR_JVMCREATIONFAILED >).toString()); > nResult = aErrorBox.Execute(); > } > else > >I guess we could try to provide / tunnel through more useful data here from the >exception ? then again there is no useful information in the exception as it is >thrown either. > >stoc/source/javavm/javavm.cxx: > > css::java::JavaVMCreationFailureException exc( > OUString("JavaVirtualMachine::getJavaVM failed because Java is >defective!"), > static_cast< cppu::OWeakObject * >(this), 0); > askForRetry(css::uno::makeAny(exc)); > >I guess (?). > >Thanks !</pre> > </div> > <p></p><div class="im"> > <hr> > <span>You are receiving this mail because:</span> > > <ul> > <li>You reported the bug.</li> > </ul> > </div></div> > ></blockquote></div><br></div> >
<div dir="ltr">Michael<br><br>This will obviously sounds completely stupid but what extension are you talking about.<br><br>The screenshots pdf attached ("131231 Bug report 73168 screenshots") shows a number of extensions which I have not myself consciously installed.<br> <br><br>Going bacck to my crashing spreadsheet, When I had pressed OK to the "JRE is Defective" message it did not crash immediately<br>but as soon as I tried to put in an "=" formula, up popped the message. I then pressed the ESC key<br> and up popped the "Runtime Error!":<br><br>"Program:<br><br>This application has requested the runtime to terminate in an unusual way. <br>Please contact the application's support team for more information".<br> <br>I then pressed Okay and it automatically and instantaneously closed Libreoffice<br><br>I recovered the spreadsheet and sods law but I can't now get it to crash! Yesterday several different calc files were crashing.<br> <br>Very puzzling!<br><br>Moss<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 31, 2013 at 9:46 AM, <span dir="ltr"><<a href="mailto:bugzilla-daemon@freedesktop.org" target="_blank">bugzilla-daemon@freedesktop.org</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div><span><a href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>" target="_blank"> <span>Michael Meeks</span></a> </span> changed <a title="NEEDINFO --- - Crash with a message "JRE is Defective"" href="https://bugs.freedesktop.org/show_bug.cgi?id=73168" target="_blank">bug 73168</a> <br> <table border="1" cellpadding="8" cellspacing="0"> <tbody><tr> <th>What</th> <th>Removed</th> <th>Added</th> </tr> <tr> <td style="text-align:right">CC</td> <td> </td> <td><a href="mailto:michael.meeks@collabora.com" target="_blank">michael.meeks@collabora.com</a>, <a href="mailto:sbergman@redhat.com" target="_blank">sbergman@redhat.com</a> </td> </tr> <tr> <td style="text-align:right">Blocks</td> <td> </td> <td>60270 </td> </tr></tbody></table> <p> </p><div> <b><a title="NEEDINFO --- - Crash with a message "JRE is Defective"" href="https://bugs.freedesktop.org/show_bug.cgi?id=73168#c3" target="_blank">Comment # 3</a> on <a title="NEEDINFO --- - Crash with a message "JRE is Defective"" href="https://bugs.freedesktop.org/show_bug.cgi?id=73168" target="_blank">bug 73168</a> from <span><a href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>" target="_blank"> <span>Michael Meeks</span></a> </span></b> <pre>Maurice reports by E-mail that he has removed his profile, and the problems persist. Maurice - can you confirm that you have no extensions installed ? This is not the 1st instance of problems in calc around formula editing and Java - I suspect that we attempt to use the scripting framework to check if there are any scripts present in each language (or something similarly silly), and this blows up with Java. what does "Tools->Extension Manager" show ? (another screenshot would be awesome). Maurice - can you report whether Calc continues to work if you hit 'ok' ? I appreciate it throws up a scary looking dialog but ... it shoudl continue to work. It sounds like we've got some problem here rather than all of the installed JRE's being defective of course :-) What would be really helpful would be to get a better exception message out of that beastie I guess. Stephan - any thoughts ? marking a MAB anyway. void SAL_CALL JavaInteractionHandler::handle( const Reference< XInteractionRequest >& Request ) throw (RuntimeException) is where the error comes from: com::sun::star::java::JavaVMCreationFailureException e4; ... else if ( anyExc >>= e4 ) { if( !(m_bShowErrorsOnce && m_bVMCreationFailure_Handled)) { // Java not correctly installed, or damaged SolarMutexGuard aSolarGuard; m_bVMCreationFailure_Handled = true; #ifdef MACOSX ErrorBox aErrorBox( NULL, SvtResId( ERRORBOX_JVMCREATIONFAILED_MAC ) ); #else ErrorBox aErrorBox( NULL, SvtResId( ERRORBOX_JVMCREATIONFAILED ) ); #endif aErrorBox.SetText(SvtResId( STR_ERROR_JVMCREATIONFAILED ).toString()); nResult = aErrorBox.Execute(); } else I guess we could try to provide / tunnel through more useful data here from the exception ? then again there is no useful information in the exception as it is thrown either. stoc/source/javavm/javavm.cxx: css::java::JavaVMCreationFailureException exc( OUString("JavaVirtualMachine::getJavaVM failed because Java is defective!"), static_cast< cppu::OWeakObject * >(this), 0); askForRetry(css::uno::makeAny(exc)); I guess (?). Thanks !</pre> </div> <p></p><div class="im"> <hr> <span>You are receiving this mail because:</span> <ul> <li>You reported the bug.</li> </ul> </div></div> </blockquote></div><br></div>
View Attachment As Raw
Actions:
View
Attachments on
bug 73168
:
91349
|
91361
|
91362
|
91363