http://bugs.winehq.org/show_bug.cgi?id=11515
Summary: Wineserver crashes on inotify Product: Wine Version: 0.9.55. Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: m.b.lankhorst@gmail.com
If I run illustrator 10, wineserver sometimes crashes on startup. If I disable optimization I can get a backtrace.
It just reports: Wineserver has crashed, please file a bug.
Attaching backtrace as comment.
http://bugs.winehq.org/show_bug.cgi?id=11515
--- Comment #1 from Maarten Lankhorst m.b.lankhorst@gmail.com 2008-02-08 15:45:46 --- I'm on a 2.6.18 kernel, if it matters.
(gdb) bt #0 0x0804c118 in filter_from_inode (inode=0x8300f98, is_parent=1) at change.c:580 #1 0x0804ca87 in inotify_adjust_changes (dir=0x82e2530) at change.c:872 #2 0x0804d001 in req_read_directory_changes (req=0x82e8648, reply=0xbffff020) at change.c:1062 #3 0x08071cf0 in call_req_handler (thread=0x82e8560) at request.c:286 #4 0x08071e45 in read_request (thread=0x82e8560) at request.c:320 #5 0x08077345 in thread_poll_event (fd=0x82e89b8, event=1) at thread.c:234 #6 0x080561b9 in fd_poll_event (fd=0x82e89b8, event=1) at fd.c:437 #7 0x080562f4 in main_loop_epoll () at fd.c:532 #8 0x080560d0 in main_loop () at fd.c:776 #9 0x0805ead0 in main (argc=3, argv=0xbffff804) at main.c:138
http://bugs.winehq.org/show_bug.cgi?id=11515
--- Comment #2 from Maarten Lankhorst m.b.lankhorst@gmail.com 2008-02-08 16:02:57 --- Actually if I disable optimization it doesn't crash, it just does an infinite loop. Optimized build crashes.
(gdb) print &dir->in_entry $14 = (struct list *) 0x8300fa8 (gdb) print dir->in_entry $15 = {next = 0x8300fa8, prev = 0x8300fa8}
Which means that it points to itself on prev and next.
http://bugs.winehq.org/show_bug.cgi?id=11515
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-02-28 13:09:16 --- Should be fixed now.
*** This bug has been marked as a duplicate of bug 11746 ***
http://bugs.winehq.org/show_bug.cgi?id=11515
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-10-31 13:58:13 --- Closing duplicate.