[Bug 11515] Wineserver crashes on inotify

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 8 16:02:57 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11515





--- Comment #2 from Maarten Lankhorst <m.b.lankhorst at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list