http://bugs.winehq.org/show_bug.cgi?id=22665
Summary: SQLTools: crashes after successfully running and connecting to the database for the first time Product: Wine Version: 1.1.44 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: aedgsilva@gmail.com
Created an attachment (id=27899) --> (http://bugs.winehq.org/attachment.cgi?id=27899) Back trace log
Here are the steps to reproduce the error:
1. Install the Oracle Instant Client for Windows 32-bit from: http://download.oracle.com/otn/nt/instantclient/112010/instantclient-basicli...
A valid Oracle Technology Network (free) account will be necessary.
A running Oracle Database Server will be necessary. It can be the Express Edition, which is free and can be downloaded from: http://www.oracle.com/technology/software/products/database/xe/htdocs/102xel...
2. Install SQLTools from: http://www.sqltools.net/downloads/InstallSQLTools_15b10D.exe
3. Run SQLTools.exe
3.1. Choose Yes or No for private or shared configuration 3.2. Click OK to define the master password to "none" 3.3. Enter the database user and database server info to establish the connection 3.4. Click Connect 3.5. After a successful connection, close SQLTools
4. Run SQLTools again, and it will hang!
What I could get from this is that the problem seems to be related to the list of saved connections's informations. If you run the program without connecting to the database, no connection is saved to the list, and you can run and close the program at will. After the first connection is saved to the list, the program hangs at the next run.
http://bugs.winehq.org/show_bug.cgi?id=22665
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=22665
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.sqltools.net/dow | |nloads/InstallSQLTools_15b1 | |0D.exe Component|ntdll |-unknown
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-05-12 21:43:45 --- Don't use winedbg. Install wine debug symbols (from the same place you got Wine from).
http://bugs.winehq.org/show_bug.cgi?id=22665
André Silva aedgsilva@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #27899|0 |1 is obsolete| |
--- Comment #2 from André Silva aedgsilva@gmail.com 2010-05-14 08:58:31 --- Created an attachment (id=27954) --> (http://bugs.winehq.org/attachment.cgi?id=27954) Back trace log with debug symbols
http://bugs.winehq.org/show_bug.cgi?id=22665
--- Comment #3 from André Silva aedgsilva@gmail.com 2010-05-14 09:12:50 --- I made another test and verified that a running Oracle Database Server will *NOT* be necessary.
Here are the new steps to reproduce the bug:
1. Extract the Oracle Instant Client for Windows 32-bit from: http://download.oracle.com/otn/nt/instantclient/112010/instantclient-basicli...
A valid Oracle Technology Network (free) account will be necessary.
The Instant Client folder must be added to the PATH environment variable:
a) wine regedit b) key: HKLM\System\CurrentControlSet\Control\Session Manager\Environment
2. Install SQLTools from the download link.
3. Run SQLTools.exe
3.1. Choose *NO* for shared configuration 3.2. Click OK to define the master password to "none" 3.3. Enter anything in the user and password fields 3.4. Click the *SAVE* button 3.5. Close SQLTools
4. Run SQLTools again, and it will hang!
Thanks in advance for the help!
http://bugs.winehq.org/show_bug.cgi?id=22665
--- Comment #4 from butraxz@gmail.com 2013-05-25 09:52:47 CDT --- No update for over 900 days. Is this still and issue in 1.5.31 or higher or is this abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=22665
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |super_man@post.com
https://bugs.winehq.org/show_bug.cgi?id=22665
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #5 from Damjan Jovanovic damjan.jov@gmail.com --- The backtrace has a lot of: infoPtr=<is not available>
Please recompile Wine with -g3 -O0 so we have both debug symbols and no optimizations so we can see variable values.