Issue 119409 - CRASH - attempting to access a mysql native connector based ODB causes crash on Mac OSX
Summary: CRASH - attempting to access a mysql native connector based ODB causes crash ...
Status: CLOSED DUPLICATE of issue 118846
Alias: None
Product: Base
Classification: Application
Component: MySQL Connector/OOo (show other issues)
Version: 3.4.0 Beta (OOo)
Hardware: Mac Mac OS X 10
: P2 Critical (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: crash, regression
Depends on:
Blocks:
 
Reported: 2012-05-24 10:39 UTC by iplaw67
Modified: 2017-05-20 09:36 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Crash rep trace (57.19 KB, text/plain)
2012-05-24 10:55 UTC, iplaw67
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description iplaw67 2012-05-24 10:39:11 UTC
AOOo 340m1 build9589
Mysql native connector from extensions download site.
ODB file with connection details to locally hosted mysql database.

THe ODB file does not cause crash with OOo 3.2.1, OOo 3.3.0, LibO 3.3.4, LibO 3.5.3.2, NeoOffice 3.1.2, NeoOffice 3.2.1.




Alex
Comment 1 iplaw67 2012-05-24 10:55:54 UTC
Created attachment 77587 [details]
Crash rep trace
Comment 2 r4zoli 2012-05-24 10:58:09 UTC
Mysql connector not developed after moving from Oracle to Apache, due to license incompatibilities. 
Use JDBC or ODBC connectors with MySQL on any platform.
Comment 3 r4zoli 2012-05-24 11:00:54 UTC
Change importance.
Comment 4 Oliver-Rainer Wittmann 2012-05-24 11:28:57 UTC
Alex:
As in bug 119410 - can you please check, if the crash occurs in OOo 3.4 beta.
Comment 5 Olaf Felka 2012-05-24 11:30:24 UTC
A crash is a P2
Comment 6 Oliver-Rainer Wittmann 2012-05-24 11:33:03 UTC
OOo 3.4 beta installation set can be found at http://ftp5.gwdg.de/pub/openoffice.archived/extended/3.4beta/
Comment 7 iplaw67 2012-05-30 13:50:06 UTC
Downloaded developer build Rev 1325589

The connector now works with that developer build on Mac.

Setting Resolved fixed.


Alex
Comment 8 iplaw67 2012-05-30 14:27:12 UTC
I might add that suggesting the use of ODBC connector on Mac is not a solution.

Most Mac OSX versions now run in 64bit kernel mode. OSX Lion is exclusively 64bit kernel.

AOO, as a 32bit program will run in 64 bit kernel mode.

However, the ODBC connector does not work with AOO, either in 32bit or 64bit versions. You can create an ODB file, the connection appears to work, but when you click on Tables, you see nothing.


Alex
Comment 9 hdu@apache.org 2012-05-30 14:50:48 UTC
Thanks for testing, the result strongly points at this issue having the same root cause as 119410: a wrong calling convention was used.

BTW: The snapshot you were testing is pre-AOO340, so upgrading to the officially released AOO 3.4.0 would be even better: http://www.openoffice.org/news/aoo34.html

*** This issue has been marked as a duplicate of issue 119410 ***
Comment 10 hdu@apache.org 2012-05-30 14:55:56 UTC
(Replying to myself from comment #9)
> BTW: The snapshot you were testing is pre-AOO340

Revision 1325589 was pre-AOO340 until this release candidate became the official AOO 3.4.0 release for most languages...
Comment 11 iplaw67 2012-05-30 14:59:09 UTC
(In reply to comment #10)
> (Replying to myself from comment #9)
> > BTW: The snapshot you were testing is pre-AOO340
> 
> Revision 1325589 was pre-AOO340 until this release candidate became the
> official AOO 3.4.0 release for most languages...

LOL, I was originally using (when I opened the report) the release version of AOO 3.4.0, that's where it didn't work, or at least so I thought, the one available from the download page...

Alex
Comment 12 hdu@apache.org 2012-05-30 15:01:32 UTC

*** This issue has been marked as a duplicate of issue 118846 ***