http://bugs.winehq.org/show_bug.cgi?id=7286
Summary: wineserver aborts in release_object because obj- >refcount is 0 Product: Wine Version: unspecified Platform: PC URL: http://misha680.googlepages.com/vectorntionlinux OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: mk144210@bcm.tmc.edu
Hi, this is a reproducible error in Vector NTI Advance 10. For me, this occurs if I go to File->Open, click on Molecule Files, and then use the Up Folder icon next to the directory dropdown listbox several times. Vector NTI will freeze up because wineserver aborts with the following:
wineserver: object.c:274: release_object: Assertion `obj->refcount' failed.
I will attach the full +server log, but here are the last few lines: 0009: create_key() = 0 { hkey=0x168, created=0 } 0009: get_key_value( hkey=0x168, name=L"Desktop" ) 0009: get_key_value() = 0 { type=2, total=44, data={25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,00,00} } 0009: create_key( parent=0x6c, access=000f003f, attributes=00000000, options=00000000, modif=0, namelen=112, name=L"Software\Microsoft\Windows NT\CurrentVersion\ProfileList", class=L"" ) 0009: create_key() = 0 { hkey=0x16c, created=0 } 0009: get_key_value( hkey=0x16c, name=L"ProfilesDirectory" ) 0009: get_key_value() = 0 { type=2, total=40, data={63,00,3a,00,5c,00,77,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5c,00,70,00,72,00,6f,00,66,00,69,00,6c,00,65,00,73,00,00,00} } 0011: *wakeup* signaled=258 STATUS_TIMEOUT cookie=0x7bbfe880 0011: *wakeup* signaled=192 STATUS_USER_APC cookie=0x7bbfe880 wineserver: object.c:274: release_object: Assertion `obj->refcount' failed.
I added the STATUS_TIMEOUT and STATUS_USER_APC when I was trying to debug the problem. Also, I will attach a backtrace. I will probably keep trying to work on debugging this, but as I am really new to Wine any help will be much appreciated.
Misha