http://bugs.winehq.org/show_bug.cgi?id=16916
Summary: CoH Updater causes Segmentation Fault Product: Wine Version: 1.1.12 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Makitk@gmail.com
The following is returned in the terminal (I don't know how to make bugreports with wine on command line and no-one seems to want to help me to restore wine to it's GUI glory in Kubuntu 8.04 after something went wrong that removed Wine from my KMenu.
<==> Connected Patching project: Coh Install Dir: C:\Program Files\City of Heroes checksumLoad returned 1 Verifying checksum Checksum Verify succeeded, requesting patch fixme:mshtml:HlinkTarget_SetBrowseContext (0x147e80)->((nil)) fixme:urlmon:URLMonikerImpl_BindToObject use running object table fixme:shdocvw:bind_to_object BindToObject failed: 80004005 fixme:urlmon:URLMonikerImpl_BindToObject use running object table fixme:shdocvw:bind_to_object BindToObject failed: 80004005 Handling full manifest Fixing files: piggs/geom.pigg6G 794579:00:53 Remaining Error calling setsockopt, ending socket buffer size is not what we told it! (16384!=32768) Error calling setsockopt, ending socket buffer size is not what we told it! (32768!=65536) Error calling setsockopt, ending socket buffer size is not what we told it! (65536!=131072) Segmentation fault <==>
Please note that the 'piggs/geom.pigg6G' error came after the updater crashed once. So since it tries to uncorrupt one of the files, I'm not really sure what happens.
http://bugs.winehq.org/show_bug.cgi?id=16916
Michael Earl mlearl@attbi.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mlearl@attbi.com
--- Comment #1 from Michael Earl mlearl@attbi.com 2009-06-18 22:22:48 --- I get a very similar, possibly identical error, with both wine 1.0.1 and 1.1.23. It looks like the updater is segfaulting while trying to process and/or download geomV1.pigg:
<===>
[blah, blah:]
Duplicate file: object_library/Common_Decor/WareHouse/ware_sundry/ware_sundry.geo (piggs/geomBC.pigg and piggs/geomBC.pigg) Fixing files: piggs/geomV1.pigg 772336:26:10 Remaining Fixing files: piggs/geomV1.pigg: 0B/sec 0B/2.5G 772336:26:10 Remaining Error calling setsockopt, ending socket buffer size is not what we told it! (16384!=32768) Error calling setsockopt, ending socket buffer size is not what we told it! (32768!=65536) Error calling setsockopt, ending socket buffer size is not what we told it! (65536!=131072) Segmentation fault
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2009-06-19 02:55:55 --- please attach a lzma compressed +winsock,+relay,+seh,+tid log
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #3 from Maki Makitk@gmail.com 2009-06-19 04:36:05 --- (In reply to comment #2)
please attach a lzma compressed +winsock,+relay,+seh,+tid log
Please attach instructions on how to create such a 'lzma compressed +winsock,+relay,+seh,+tid log'.
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #4 from Austin English austinenglish@gmail.com 2009-06-19 11:29:28 --- (In reply to comment #3)
(In reply to comment #2)
please attach a lzma compressed +winsock,+relay,+seh,+tid log
Please attach instructions on how to create such a 'lzma compressed +winsock,+relay,+seh,+tid log'.
$ WINEDEBUG=+winsock,+relay,+seh,+tid wine your_app.exe &> log.txt $ bzip2 -9 log.txt
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-06-19 18:27:29 --- (In reply to comment #4)
(In reply to comment #3)
(In reply to comment #2)
please attach a lzma compressed +winsock,+relay,+seh,+tid log
Please attach instructions on how to create such a 'lzma compressed +winsock,+relay,+seh,+tid log'.
$ WINEDEBUG=+winsock,+relay,+seh,+tid wine your_app.exe &> log.txt $ bzip2 -9 log.txt
except use `lzma log.txt` (and -9 is redundant for bzip2)
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #6 from Michael Earl treptoplax@gmail.com 2009-06-19 21:48:20 --- I have the log, but it's too big for direct attach (~11M lines, 4.5 MB compressed). Would your prefer to have only last (and first?) part of that with rest deleted, or should I find website somewhere to upload via referenced URL?
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #7 from Michael Earl treptoplax@gmail.com 2009-06-20 21:42:34 --- Created an attachment (id=21922) --> (http://bugs.winehq.org/attachment.cgi?id=21922) windebug log of segfaulting City of Heroes updater
(note that this log is quite large, >10M lines uncompressed)
Jeff Z. kindly reviewed and notes that crash seems to be thread 0016, which has some mention of Mozilla.
The updater does display banner ads/text/notices which are probably HTML-rendered; possibly this is related to bug 16794?
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #8 from Michael Earl treptoplax@gmail.com 2009-06-21 22:19:55 --- On suggestion of a message on CoH page here, I tried
#echo 4096 131072 3612672 > /proc/sys/net/ipv4/tcp_wmem
From my default setting of "4096 16384 3612672", and this seems to have
resolved the issue! As far as I can tell from 5 minutes web search, this increases the default process maximum for TCP buffers from 16K to 128K. (Possibly this explains the strange "getsockopts" behavior?). Increasing the value only to 64K resulted in crash later in the process.
FWIW, I also understand that adding
net.ipv4.tcp_wmem="4096 131072 3612672"
To /etc/sysctl.conf would have the same effect across reboots, but have not tested that yet.
http://bugs.winehq.org/show_bug.cgi?id=16916
okhin@okhin.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from okhin@okhin.fr 2009-09-30 15:31:24 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=16916
3vi1 winehq.org@eternaldusk.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq.org@eternaldusk.com
--- Comment #10 from 3vi1 winehq.org@eternaldusk.com 2010-08-19 13:37:11 --- I just ran into this too - while updating a CoH installation that I had not played in a long long time.
The workaround Michael mentioned worked for me too.
http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #11 from butraxz@gmail.com 2013-03-04 14:48:33 CST --- This has not been updated for two years. Is this an issue in 1.5.25 or should this be closed as abandoned ?
http://bugs.winehq.org/show_bug.cgi?id=16916
Maki Makitk@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #12 from Maki Makitk@gmail.com 2013-03-04 15:42:04 CST --- (In reply to comment #11)
This has not been updated for two years. Is this an issue in 1.5.25 or should this be closed as abandoned ?
Considering City of Heroes has been shut down, it should probably be closed.
http://bugs.winehq.org/show_bug.cgi?id=16916
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Austin English austinenglish@gmail.com 2013-03-09 17:28:08 CST --- Closing.