[linux-audio-user] fst 1.7 doesn't compile

Markus Herhoffer markus at herhoffer.net
Tue Jan 24 15:40:08 EST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello!


>> what does executing /lib/libc.so.6 tell you ?

# ./libc.so.6
GNU C Library stable release version 2.3.5, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8).
Compiled on a Linux 2.6.11 system on 2005-10-07.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        linuxthreads-0.10 by Xavier Leroy
        The C stubs add-on version 2.1.2.
        GNU Libidn by Simon Josefsson
        BIND-8.2.3-T5B
        libthread_db work sponsored by Alpha Processor Inc
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.

As far as I see there's no thread-local storage support.

Markus


torbenh at gmx.de wrote:
> On Sun, Jan 22, 2006 at 07:40:45PM +0000, Markus Herhoffer wrote:
> 
> Hello!
> 
> I've tried the demo of Albino2. That produces the same error message.
> 
> I use Wine 0.9.5-r1.
> 
> 
>> hmm... then (if its not wine-0.9.5 which breaks it)
>> it could be a non tls libc.
> 
>> what does executing /lib/libc.so.6 tell you ?
> 
>> GNU C Library 20040808 release version 2.3.4, by Roland McGrath et al.
>> Copyright (C) 2004 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.
>> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
>> PARTICULAR PURPOSE.
>> Compiled by GNU CC version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5,
>> propolice-3.3-7).
>> Compiled on a Linux 2.6.7 system on 2004-09-23.
>> Available extensions:
>>         GNU libio by Per Bothner
>>         crypt add-on version 2.1 by Michael Glad and others
>>         Native POSIX Threads Library by Ulrich Drepper
>> 	et al
>>         BIND-8.2.3-T5B
>>         NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
>> 	Thread-local storage support
>> 	included.
>> 	For bug reporting instructions,
>> 	please see:
>> 	<http://www.gnu.org/software/libc/bugs.html>.
> 
>> the important thing is thread-local storage support....
> 
> 
> Markus
> 
> # ./fst /root/albino/Rob\ Papen/Albino\ Demo.dll
> wine: Unhandled page fault on read access to 0x40fffd80 at address
> 0x4000a643 (thread 0009), starting debugger...
> WineDbg starting on pid 0x8
> Unhandled exception: page fault on read access to 0x40fffd80 in 32-bit
> code (0x4000a643).
> In 32 bit mode.
> Register dump:
>  CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:0000
>  EIP:4000a643 ESP:40e8f7c4 EBP:40e8f8bc EFLAGS:00010202(   - 00      - -RI1)
>  EAX:40fffd80 EBX:40013fa4 ECX:40167cb0 EDX:40ffffff
>  ESI:40013c80 EDI:00000000
> Stack dump:
> 0x40e8f7c4:  80000000 00000000 00000000 00000000
> 0x40e8f7d4:  40fffd80 40167cb0 7c00305c 7c003058
> 0x40e8f7e4:  00000000 00000000 00000000 80000000
> 0x40e8f7f4:  00000000 401d6c1b 402c9978 00000001
> 0x40e8f804:  40e8f84e 40e8f824 401d7143 40e8f852
> 0x40e8f814:  7fffffff 401c3ecc 40e8f844 0000000e
> Backtrace:
> =>1 0x4000a643 _dl_catch_error+0x43 in ld-linux.so.2 (0x4000a643)
>   2 0x401682b1 in libdl.so.2 (+0x12b1) (0x401682b1)
>   3 0x40167d51 GLIBC_2+0xd51 in libdl.so.2 (0x40167d51)
>   4 0x400380c6 wine_dlopen+0x36 in libwine.so.1 (0x400380c6)
>   5 0x4003819d in libwine.so.1 (+0x419d) (0x4003819d)
>   6 0x4019d29d in ntdll (+0x1d29d) (0x4019d29d)
>   7 0x4019ed63 in ntdll (+0x1ed63) (0x4019ed63)
>   8 0x4019de9d in ntdll (+0x1de9d) (0x4019de9d)
>   9 0x4019f462 LdrInitializeThunk+0x1a2 in ntdll (0x4019f462)
>   10 0x404a277f in kernel32 (+0x4277f) (0x404a277f)
>   11 0x40038c77 wine_switch_to_stack+0x17 in libwine.so.1 (0x40038c77)
> 0x4000a643 _dl_catch_error+0x43 in ld-linux.so.2: movl  0x0(%eax),%eax
> Wine-dbg>
> 
> 
> torbenh at gmx.de wrote:
> 
>>On Sun, Jan 22, 2006 at 02:29:42PM +0000, Markus Herhoffer wrote:
> 
> 
>>>-----BEGIN PGP SIGNED MESSAGE-----
>>>Hash: SHA1
> 
> 
> 
>>>>>on the segfault... this is a 64bit problem. i dont have access to a
>>>>>64bit system, so i cant help you currently.
> 
>>>Well, I don't have a 64bit System. I have an Athlon XP and I compiled
>>>both Wine and fst with CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
> 
> 
>>oh... it was saying 32bit code in the debugger, that tricked me into
>>thinking it was 64bit system...
> 
>>can you try some other plugins please ? the albino2 is very reliable for
>>me.
> 
>>what wine version do you have ?
>>i have tested with 0.9.1..
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD1pCo4ihw6BWdedERAt9CAKDWWBmho7e9PGKiL61sciuOcdG65gCfdHS9
zMlZGf3dLfeBldsrSy/pnDY=
=mDGb
-----END PGP SIGNATURE-----



More information about the Linux-audio-user mailing list