I tried to reproduce this bug, I have also an error with the same configuration. I don't have his problem, however when I quit Pharo, the connection shutdown makes Pharo crashes, but when I only do the connection shutdown, it works.
https://ci.inria.fr/dbxtalk/view/OpenDBX/job/CLibrary-OpenDBX-1.4.6-Mysql/Platform=dbxtalk-windows-32bit/
Date: Sat, 14 Mar 2015 11:56:00 -0700
From: ml-node+s1294792n4811903h64@n4.nabble.com
To: franck.warlouzet@hotmail.fr
Subject: VM Crash
Hello,
My VM crashes every time I open it. I ran the scripts below before crash occurs.
| settings platform connection |
settings := DBXConnectionSettings
host: 'localhost'
port: '3306'
database: 'mysql'
userName: 'root'
userPassword: ''.
platform := DBXMySQLBackend new.
connection := DBXConnection platform: platform settings: settings.
connection connect.
connection open.
I'm using:
- Windows 8.1
- OpenDBX dll files.
- mysql-connector-c-6.1.5-win32
- mysql 5.6.21
- Pharo 3.0
- OpenDBX driver stable package.
I also attached the error pop-up and crash dump, please check.
I'm looking forward for your advices.
Best regards,
Nico
--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
For more options, visit
https://groups.google.com/d/optout.
To start a new topic under DBXTalk, email ml-node+s1294792n3718169h10@n4.nabble.com
To unsubscribe from DBXTalk,
click here.
NAML