https://bugs.documentfoundation.org/show_bug.cgi?id=97033

            Bug ID: 97033
           Summary: EDITING - ODB file crashes when editing tables,
                    queries, forms....
           Product: LibreOffice
           Version: 5.2.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: critical
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: ipla...@yahoo.co.uk

Created attachment 121843
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121843&action=edit
test odb file

This is a clone of bug 96938 which affects current master builds

LibreOffice crashes when editing the attached .odb file.  Base will open the
file but as soon as I try do anything (access a table, query, form...), all
LibreOffice windows will close without any error message, and a restart
ofLibreOffice opens in recovery mode.

If I open this ODB file in my master build with lldb running, I see this :

warn:unoxml:45295:13:unoxml/source/dom/documentbuilder.cxx:296: libxml2 error:
Extra content at the end of the document
Line: 544
Column: 1

Note that I see this after having attempted to change the first record in the
very first table and seein LOdev bomb out on me when I tried to save the change
or close the table window (I ignored the auto-recovery).

This is the output when attempting to save a change to the first record of the
first table :
warn:vcl:45295:1:vcl/source/window/mouse.cxx:472: Window::ReleaseMouse():
window doesn't have the mouse capture
warn:legacy.osl:45295:1:include/cppuhelper/interfacecontainer.h:479: object is
disposed
warn:legacy.osl:45295:1:include/cppuhelper/interfacecontainer.h:479: object is
disposed
warn:legacy.osl:45295:9:connectivity/source/drivers/hsqldb/HStorageAccess.cxx:369:
No Seekable stream!
warn:legacy.osl:45295:9:connectivity/source/drivers/hsqldb/HStorageAccess.cxx:221:
Input stream is NULL!
2016-01-07T15:41:48.504+0100  SEVERE  DataFileCache.setFileModified
java.io.IOException: Stream is not valid
    at com.sun.star.sdbcx.comp.hsqldb.NativeStorageAccess.read(Native Method)
    at
com.sun.star.sdbcx.comp.hsqldb.StorageAccess.readInt(StorageAccess.java:66)
    at org.hsqldb.persist.RAStorageWrapper.readInt(Unknown Source)
    at org.hsqldb.persist.DataFileCache.setFileModified(Unknown Source)
    at org.hsqldb.persist.DataFileCache.saveRows(Unknown Source)
    at org.hsqldb.persist.Cache.saveRows(Unknown Source)
    at org.hsqldb.persist.Cache.saveAll(Unknown Source)
    at org.hsqldb.persist.DataFileCache.defrag(Unknown Source)
    at org.hsqldb.persist.Log.defrag(Unknown Source)
    at org.hsqldb.persist.Log.checkpoint(Unknown Source)
    at org.hsqldb.persist.Logger.checkpointInternal(Unknown Source)
    at org.hsqldb.persist.Logger.checkpoint(Unknown Source)
    at org.hsqldb.StatementCommand.getResult(Unknown Source)
    at org.hsqldb.StatementCommand.execute(Unknown Source)
    at org.hsqldb.Session.executeCompiledStatement(Unknown Source)
    at org.hsqldb.Session.executeDirectStatement(Unknown Source)
    at org.hsqldb.Session.execute(Unknown Source)
    at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source)
    at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source)


Process 45295 stopped
* thread #1: tid = 0x61b20a, 0x00000001067c717e
libtllo.dylib`DbgUnhandledException(com::sun::star::uno::Any const&, char
const*, char const*) + 926, queue = 'com.apple.main-thread', stop reason =
signal SIGSEGV
    frame #0: 0x00000001067c717e
libtllo.dylib`DbgUnhandledException(com::sun::star::uno::Any const&, char
const*, char const*) + 926
libtllo.dylib`DbgUnhandledException(com::sun::star::uno::Any const&, char
const*, char const*):
->  0x1067c717e <+926>: movq   0x8(%rcx), %rcx
    0x1067c7182 <+930>: movq   %rcx, -0x80(%rbp)
    0x1067c7186 <+934>: leaq   0xb5935(%rip), %rsi       ; "\ncontext: "
    0x1067c718d <+941>: leaq   -0x88(%rbp), %rdi

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

Reply via email to