https://bz.apache.org/ooo/show_bug.cgi?id=126445
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] 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 [email protected] --- 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.
