http://bugs.winehq.org/show_bug.cgi?id=27939
--- Comment #10 from Aric Stewart aric@codeweavers.com 2012-06-07 08:12:06 CDT --- (In reply to comment #9)
Created attachment 40400 [details] Database with table that crashes my SQLYog app
It's still crashing for me in 1.5.5. Here are the steps I take:
- Run SQLYog.
- Connect to server
- Expand database and select users table (the password field is an
SHA512-encrypted binary blob) 4) Hit F11 to get the table data 5) At this point I can either try scrolling down the table, or even just move the window around on my desktop and it will crash almost immediately with this in the console window:
fixme:mlang:fnIMultiLanguage2_DetectInputCodepage fixme:mlang:fnIMultiLanguage2_DetectInputCodepage fixme:mlang:fnIMultiLanguage2_DetectInputCodepage fixme:mlang:fnIMultiLanguage2_DetectInputCodepage (there are hundreds of these) fixme:uniscribe:GSUB_apply_lookup We do not handle SubType 5 fixme:uniscribe:GSUB_apply_lookup We do not handle SubType 5 err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7d79cfab
I can reproduce this every single time I open the users table. I even copied the table to do a different host and tried the same thing. I now have a pared down and sanitized table with data that crashes it for me each time I view it, which I'm including. Hopefully it'll crash for you, too.
Nope, I get no crash.
I am trying the table you have uploaded. My guess is that something in those binary blobs is being detected as some text and trying to be processed.
Could you generate me a debug log with +uniscribe,+seh that would help me figure out what is going on.
-aric