Hi,
I'm having problems with jack_fst. On trying to load any VSTi, I get a
segfault with the following backtrace:
#0 0x406132cb in __errno_location () from /lib/libpthread.so.0
#1 0x40735be3 in ioctl () from /lib/libc.so.6
#2 0x40b30275 in DOSFS_OpenDir (unix_path=0x40d1f024 "/")
at ../../files/dos_fs.c:584
#3 0x40b30a6f in DOSFS_FindUnixName (path=0x40d1f024, name=0x409e0926,
long_buf=0x40d1f025 "", long_len=1023, short_buf=0x40d1f42a)
at ../../files/dos_fs.c:769
#4 0x40b315e9 in DOSFS_GetFullName (name=0x409e0926, check_last=1,
full=0x40d1f024) at ../../files/dos_fs.c:1071
#5 0x40b35fe3 in CreateFileW (filename=0x409e0920, access=0, sharing=3,
sa=0x0, creation=3, attributes=0, template=0x0) at
../../files/file.c:401
#6 0x409a3958 in RtlDoesFileExists_U (file_name=0x409e0920) at path.c:75
#7 0x409a40f2 in RtlDosSearchPath_U (paths=0x409e0668, search=0x40d1fdfc,
ext=0x0, buffer_size=64, buffer=0x40d1fd60, file_part=0x40d1fcf8)
at path.c:302
#8 0x4099f1bb in find_dll_file (load_path=0x409e0668, libname=0x40d1fdfc,
filename=0x40d1fd60, size=0x40d1fd58, pwm=0x40d1fdf8, handle=0x40d1fd5c)
at loader.c:1320
#9 0x4099f269 in load_dll (load_path=0x409e0668, libname=0x40d1fdfc, flags=0,
pwm=0x40d1fdf8) at loader.c:1404
#10 0x4099d024 in import_dll (module=0x40430000, descr=0x404371a0,
load_path=0x409e0668) at loader.c:352
#11 0x4099d507 in fixup_imports (wm=0x409e0870, load_path=0x409e0668)
at loader.c:479
#12 0x409a006d in LdrInitializeThunk (main_file=0x0, unknown2=0, unknown3=0,
unknown4=0) at loader.c:1867
#13 0x40b6fe1d in start_process (arg=0x0) at process.c:751
Can anyone suggest anything? I've tried it with wine versions 20040309
and 20040505.
Thanks
Carl
Show replies by date
On Thu, May 27, 2004 at 02:30:15PM +0100, Carl Hetherington wrote:
Hi,
Can anyone suggest anything? I've tried it with wine versions 20040309
and 20040505.
are you using nptl-threads ?
i had many problems with them :(
reverted back to linux-threads.
Thanks
Carl
--
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language
On Thu, 27 May 2004 torbenh(a)gmx.de wrote:
On Thu, May 27, 2004 at 02:30:15PM +0100, Carl
Hetherington wrote:
Hi,
Can anyone suggest anything? I've tried it with wine versions 20040309
and 20040505.
are you using nptl-threads ?
i had many problems with them :(
reverted back to linux-threads.
Hi Torben,
I'm not sure, TBH. /lib/libc.so.6 reports
linuxthreads-0.10 by Xavier Leroy
It's basically a stock Slackware 9.1 install with a 2.6 kernel added. How
can I check whether I'm on nptl or linux-threads?
Thanks for your reply
Carl
Carl Hetherington wrote:
On Thu, 27 May 2004 torbenh(a)gmx.de wrote:
On Thu, May 27, 2004 at 02:30:15PM +0100, Carl
Hetherington wrote:
Hi,
Can anyone suggest anything? I've tried it with wine versions 20040309
and 20040505.
are you using nptl-threads ?
i had many problems with them :(
reverted back to linux-threads.
Hi Torben,
I'm not sure, TBH. /lib/libc.so.6 reports
linuxthreads-0.10 by Xavier Leroy
It's basically a stock Slackware 9.1 install with a 2.6 kernel added. How
can I check whether I'm on nptl or linux-threads?
you just did, and you have them :)
Chris