https://bugs.freedesktop.org/show_bug.cgi?id=60278

--- Comment #2 from Julien Nabet <[email protected]> ---
Created attachment 74537
  --> https://bugs.freedesktop.org/attachment.cgi?id=74537&action=edit
console logs

On pc Debian x86-64 with 3.6 sources updated 2 days ago, I had the errors in
console.

I checked on source too and found this in package/source/xstor/xstorage.cxx

   5076 uno::Any SAL_CALL OStorage::getPropertyValue( const ::rtl::OUString&
aPropertyName )
   5077         throw ( beans::UnknownPropertyException,
   5078                 lang::WrappedTargetException,
   5079                 uno::RuntimeException )
   5080 {
   5081     RTL_LOGFILE_CONTEXT( aLog, "package (mv76033)
OStorage::getPropertyValue" );
   5082 
   5083     ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() );
   5084 
   5085     if ( !m_pImpl )
   5086     {
   5087         ::package::StaticAddLog( ::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Disposed!" ) ) );
   5088         throw lang::DisposedException( ::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference<
uno::XInterface >() );
   5089     }

Now why LO is entering in if loop, I don't know.

Can you tell how the customer had this? Just by opening the file? Has it
already worked for them?
Did they store the file in local hard disk or in shared network folder?

I don't know macros at all but do they read from or write in a location?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to