You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2017/11/17 04:56:18 UTC

[Issue 126445] OpenOffice crashes when tried to open sqlite3 table created with ODBC driver

https://bz.apache.org/ooo/show_bug.cgi?id=126445

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan@apache.org
                 OS|OS X 10.10                  |All
           Severity|Normal                      |Major
             Latest|---                         |4.1.4
    Confirmation in|                            |
           Hardware|Mac                         |All
           Priority|P5 (lowest)                 |P2
   Target Milestone|---                         |4.2.0
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |crash
         Resolution|---                         |FIXED

--- Comment #2 from damjan@apache.org ---
Let me guess, your Ubuntu 14.04 was 64 bit?

The problem was that:
connectivity::odbc::OResultSet::getResultSetType()
expects a 32 bit integer, but on  64 bit systems it receives a 64 bit integer,
that corrupts the next 4 bytes on the stack, resulting in:
*** stack smashing detected ***: terminated

Patch committed in r1815545. Testing shows the problem no longer occurs, tables
can be opened. Resolving fixed.

-- 
You are receiving this mail because:
You are the assignee for the issue.