On Friday 10 September 2004 13:08, Ge Wang wrote:
chuck-1.1.4.8 is released. New oscillators, examples, bug fixes, ...
Unfortunatey I (on a AMD64) still get a segfault. gcc -D__LINUX_ALSA__ -O3 -c util_sndfile.c util_sndfile.c: In function `double64_get_capability': util_sndfile.c:6100: warning: `and' of mutually exclusive equal-tests is always 0 gcc -D__LINUX_ALSA__ -O3 -c util_xforms.c The end of an strace... it just hangs here... ... stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=8365, ...}) = 0 open("/dev/snd/controlC0", O_RDONLY) = 3 close(3) = 0 open("/dev/snd/controlC0", O_RDWR) = 3 ioctl(3, USBDEVFS_CONTROL, 0x7fbfffeffc) = 0 ioctl(3, UI_DEV_CREATE, 0x7fbffff060) = 0 close(3) = 0 open("/dev/snd/controlC0", O_RDWR) = 3 ioctl(3, USBDEVFS_CONTROL, 0x7fbffff00c) = 0 ioctl(3, 0x40045532, 0x7fbffff054) = 0 open("/dev/snd/pcmC0D0c", O_RDWR|O_ASYNC Without the strace it segfaults. A gdb trace also just hangs. FWIW --markc