http://bugs.winehq.org/show_bug.cgi?id=35041
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello Artem,
--- quote --- Is bug 35070 also a dupe of this one? --- quote ---
No, in bug 35070 the assert() is called by Wine code in RichEdit control. That's a different issue.
--- snip --- Backtrace: =>0 0xb7763424 __kernel_vsyscall+0x10() in [vdso].so (0x0032504c) 1 0xb73e1b11 gsignal+0x50() in libc.so.6 (0x0032504c) 2 0xb73e33ea abort+0x179() in libc.so.6 (0x00325174) 3 0xb73dae2b __assert_fail_base+0x14a() in libc.so.6 (0x003251b8) 4 0xb73daee6 __assert_fail+0x55() in libc.so.6 (0x003251d8) 5 0x7ac1745a ME_MoveCaret+0x369() in riched20 (0x00325268) 6 0x7ac17502 ME_ShowCaret+0x21() in riched20 (0x00325288) 7 0x7ac18a81 ME_LButtonDown+0xf0() in riched20 (0x003252d8) 8 0x7ac22296 ME_HandleMessage+0x1735() in riched20 (0x00325c18) 9 0x7ac25af4 RichEditWndProc_common+0x183() in riched20 (0x00325cd8) 10 0x7ac2609f RichEditWndProcW+0x2e() in riched20 (0x00325d08) 11 0x7eb214ca WINPROC_wrapper+0x19() in user32 (0x00325d38) 12 0x7eb21c4c call_window_proc+0x5b() in user32 (0x00325d88) 13 0x7eb24130 WINPROC_call_window+0x10f() in user32 (0x00325dd8) --- snip ---
Regards