http://bugs.winehq.org/show_bug.cgi?id=13081
Summary: [Ubuntu 8.04] Segmentation fault Product: Wine Version: 1.0-rc1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: wine@temporaryforwarding.com
I compiled wine-1.0-rc1 under Ubuntu 8.04. When starting any wine appliaction I only get: Segmentation fault
Nothing else. I think this was not supposed to happen in rc version.
http://bugs.winehq.org/show_bug.cgi?id=13081
Korn wine@temporaryforwarding.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1
http://bugs.winehq.org/show_bug.cgi?id=13081
Korn wine@temporaryforwarding.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical
http://bugs.winehq.org/show_bug.cgi?id=13081
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wineserver |-unknown
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-09 14:32:22 --- Most lilely didn't compile it correctly. What commands did you used to compile Wine? Have you checked that you have all the required libraries?
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #2 from Korn wine@temporaryforwarding.com 2008-05-09 14:53:39 --- I installed all dependencies via apt-get debuild.
There where no compilation errors.
The package has been build via: ./configure make depend make
I didn't install wine out of source but builded an debian package that I installed.
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #3 from Korn wine@temporaryforwarding.com 2008-05-09 15:46:38 --- ... apt-get build-dep was right of course.
Here I uploaded my wine package. http://archiv.to/?Module=Details&HashID=FILE4824B662D36A6
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #4 from Korn wine@temporaryforwarding.com 2008-05-09 17:19:05 --- Created an attachment (id=12849) --> (http://bugs.winehq.org/attachment.cgi?id=12849) The rules-file the package has been created with
This is the rules-file I used to create the package.
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #5 from Korn wine@temporaryforwarding.com 2008-05-09 17:23:47 --- Created an attachment (id=12850) --> (http://bugs.winehq.org/attachment.cgi?id=12850) The output of the build process
This is the output the build process with the attached rules-file has created.
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #6 from Korn wine@temporaryforwarding.com 2008-05-09 17:30:01 --- Created an attachment (id=12851) --> (http://bugs.winehq.org/attachment.cgi?id=12851) strace winecfg
The strace output for winecfg.
http://bugs.winehq.org/show_bug.cgi?id=13081
Korn wine@temporaryforwarding.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12851|0 |1 is obsolete| |
--- Comment #7 from Korn wine@temporaryforwarding.com 2008-05-09 17:37:47 --- Created an attachment (id=12852) --> (http://bugs.winehq.org/attachment.cgi?id=12852) strace wine /usr/lib/wine/winecfg.exe.so
Replaced winecfg strace with wine strace.
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #8 from Korn wine@temporaryforwarding.com 2008-05-09 17:38:56 --- Created an attachment (id=12853) --> (http://bugs.winehq.org/attachment.cgi?id=12853) ltrace wine /usr/lib/wine/winecfg.exe.so
ltrace of the same command
http://bugs.winehq.org/show_bug.cgi?id=13081
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12853|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=13081
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12852|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #9 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-09 18:22:55 --- Attach output of './configure --verbose'. What is yous system specs (CPU, 'uname -a', 'ulimit -a')? Are you using SELinux or any other tools like that that set limits on programs?
http://bugs.winehq.org/show_bug.cgi?id=13081
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Priority|P1 |P2
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2008-05-10 03:14:24 --- Your package has not been built with -Bsymbolic. It's either a configure problem or a linker bug.
http://bugs.winehq.org/show_bug.cgi?id=13081
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2008-05-10 03:19:37 --- Looking at the build trace your package overrides the linker flags. Don't do that.
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #12 from Korn wine@temporaryforwarding.com 2008-05-10 07:12:31 --- How do I prevent these flags being set?
I build with "debuild -us -uc".
My CPU is: Intel Core2Duo T7300 uname -a: Linux ubuntu 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux ulimit -a: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 16370 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 16370 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited
I have Ubuntu 8.04 installed.
http://bugs.winehq.org/show_bug.cgi?id=13081
--- Comment #13 from Korn wine@temporaryforwarding.com 2008-05-10 09:04:37 --- Got it to work. Added LDFLAGS="" to configure script to overwrite the default value.
http://bugs.winehq.org/show_bug.cgi?id=13081
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Austin English austinenglish@gmail.com 2008-11-17 13:11:46 --- Closing.