Bug 851283
| Summary: | [abrt] mysql-workbench-5.2.42-1.fc17: MySQL55TreeWalker::get_next: Process /usr/lib64/mysql-workbench/mysql-workbench-bin was killed by signal 11 (SIGSEGV) | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dominique Werder <dawerder> | ||||||||||||
| Component: | mysql-workbench | Assignee: | Remi Collet <fedora> | ||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 17 | CC: | akojima, brian, bucky, dawerder, fedora, gersonsosa+redhatbug, leb.seb, psantos.mr, stoty | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Whiteboard: | abrt_hash:1726abff6891aec0a73eeed76db290117fefe305 | ||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2012-09-07 11:32:03 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Dominique Werder
2012-08-23 16:46:54 UTC
Created attachment 606652 [details]
File: backtrace
Created attachment 606653 [details]
File: maps
Created attachment 606654 [details]
File: dso_list
Created attachment 606655 [details]
File: build_ids
Selected a schema, entered a query, pressed the lightning bolt. backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) I was in the middle of saving a query file when the app crashed. backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) Crashes soon after opening a connection to localhost backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) Entered a query into the SQL query window when workbench crashed backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) Same here. Downgrading to mysql-workbench-5.2.38-2.fc17.x86_64 fixes the problem. The newest version from Koji that fixes the problem (for me) is mysql-workbench-5.2.40-1.fc17.x86_64.rpm. mysql-workbench-5.2.41-2.fc17.x86_64.rpm wasn't old enough (for me). 1. I open mysql workbench 2. I connect to a local database 'localhost' 3. I openend the editor start typing select replace... 4. It crashed Down Another scenario same 1 to 3 steps 4. Alt tab to another program 5. It crashed I think it maybe is the autocompletation feature introduced in the 5.2.42 version. It crashes in Other OS too. backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) started to type a sql query backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 Architecture: i686 OS Release: Fedora release 17 (Beefy Miracle) Workaround, from Preferences / SQL Editor : uncheck "Enable Code completion in Editors" The new autocompletation feature is unstable, so unchecking works no need to downgrade, Thanks (In reply to comment #13) > Workaround, from Preferences / SQL Editor : uncheck "Enable Code completion > in Editors" Should this therefore be reported upstream? I searched http://bugs.mysql.com/ and I found absence of proof that it had been reported (which of course is not proof of absence). I'm also not entirely certain whether I need to use Oracle's binary in order to log an error in the first place (in which case I'd need to downgrade to F15, I guess), so I balked. Typing a query in SQL editor and it just crashed unexpectedly backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) I can reproduce this bug on fedora 17. I cannot reproduce on fedora 16, so I think this is specific to fedora, when system antlr used instead of bundled version. I plan a quick update with auto completion totally disabled. Should be really soon in updates-testing repository. open workbench open remote database server select database select table send select all statement to sql editor edit sql statement crash backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) mysql-workbench-5.2.42-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mysql-workbench-5.2.42-2.fc17 mysql-workbench-5.2.42-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mysql-workbench-5.2.42-2.fc18 Created attachment 607668 [details]
MySQL Workbench log during crash
MySQL Workbench crashes while writing SQL if code completion is enabled in SQL editor.
Version-Release number:
$ rpm -q mysql-workbench
mysql-workbench-5.2.42-1.fc17.x86_64
Steps to Reproduce:
1. Open mysql-workbench
2. Connect to a database
3. Enable "Preferences" > "SQL editor" > "Enable code completion in Editors"
4. Start typing sql code into a sql tab
Actual results:
MySQL Workbench crashes and produce attached log (segfault.txt) from .xsession-errors
Expected results:
No crash, code completion works.
Additional info:
When code completion is disabled you can edit SQL code.
Package mysql-workbench-5.2.42-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mysql-workbench-5.2.42-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-12853/mysql-workbench-5.2.42-2.fc18 then log in and leave karma (feedback). When I start typing a query into a sql tab within 5 seconds mysql workbench crashes. backtrace_rating: 4 Package: mysql-workbench-5.2.42-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) *** Bug 850897 has been marked as a duplicate of this bug. *** mysql-workbench-5.2.42-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. mysql-workbench-5.2.42-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. This is a bug in the Antlr runtime shipped in Fedora. See bug #966973 for a fix. |