On Mon, Jan 10, 2005 at 09:40:51AM -0600, Geiger Guenter wrote: > On Sun, Jan 09, 2005 at 05:15:21PM +0100, Daniel Nouri wrote: > > Package: rezound > > Version: 0.11.1beta-3 > > Severity: important > > > > > > After I select "alsa_pcm:playback_1" as the output channel, the main GUI > > does not show up. The program just hangs. Other JACK applications run > > well on this system. > > > > This problem also occured in 0.10.0beta-something. I get no error > > output. In ALSA mode the program runs just fine. > > Hi, > > This is strange. I can't currently reproduce the problem, therefore I am > forwarding to the rezound mailing list. Maybe someone else encountered > similar problems or knows what the problem could be and how to debug it. > What sound card are you using ? > Maybe you can send the last few lines of an "strace rezound" ?
Hi and thanks for your quick reply, The output of strace when I click the dialogue's OK is: [...] gettimeofday({1105383519, 281276}, NULL) = 0 gettimeofday({1105383519, 281322}, NULL) = 0 gettimeofday({1105383519, 281368}, NULL) = 0 ioctl(3, FIONREAD, [0]) = 0 select(4, [3], [], [], {0, 0}) = 0 (Timeout) gettimeofday({1105383519, 281565}, NULL) = 0 select(4, [3], [], [], {0, 49803}) = 1 (in [3], left {0, 48000}) ioctl(3, FIONREAD, [32]) = 0 read(3, "\5\1\362\4\24\361\10\0\265\0\0\0^\1\200\1\0\0\0\0%\3D\2"..., 32) = 32 write(3, "(\0\4\0^\1\200\1^\1\200\1)\0\16\0", 16) = 16 read(3, "\1\1\363\4\0\0\0\0\0\0\0\0)\0\16\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(3, "\33\0\2\0\24\361\10\0", 8) = 8 open("/home/daniel/.rezound/registry.dat", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41866000 write(8, "// ReZound program generated dat"..., 1787) = 1787 close(8) = 0 munmap(0x41866000, 4096) = 0 open("/home/daniel/.rezound/registry.dat", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41866000 write(8, "// ReZound program generated dat"..., 1787) = 1787 close(8) = 0 munmap(0x41866000, 4096) = 0 open("/home/daniel/.rezound/registry.dat", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41866000 write(8, "// ReZound program generated dat"..., 1787) = 1787 close(8) = 0 munmap(0x41866000, 4096) = 0 open("/home/daniel/.rezound/registry.dat", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41866000 write(8, "// ReZound program generated dat"..., 1787) = 1787 close(8) = 0 munmap(0x41866000, 4096) = 0 write(3, "+\0\1\0", 4) = 4 read(3, "\1\1\365\4\0\0\0\0O\1\200\1\0\0\0\0\1\0\0\0\32\0\0\0x\3"..., 32) = 32 write(4, "\3\0\0\0rezound:output_1\0\0\0\0f\321A\17lp>@"..., 520) = 520 read(4, "\3\0\0\0rezound:output_1\0\0\0\0f\321A\17lp>@"..., 520) = 520 gettimeofday({1105383519, 289179}, NULL) = 0 write(3, "*\1\3\0\240\0\200\1\0\0\0\0\n\0\2\0O\1\200\1\31\0\v\0\265"..., 632) = 632 ioctl(3, FIONREAD, [480]) = 0 read(3, "\0\10\366\4\240\0\200\1\0\0*\1\1\0\0\0\0\0\0\0\0\0\0\0"..., 480) = 480 gettimeofday({1105383519, 290091}, NULL) = 0 gettimeofday({1105383519, 290142}, NULL) = 0 gettimeofday({1105383519, 290190}, NULL) = 0 [...] The rest is calls to gettimeofday(), ioctl() and select(), e.g. gettimeofday({1105383519, 936290}, NULL) = 0 ioctl(3, FIONREAD, [0]) = 0 select(4, [3], [], [], {0, 0}) = 0 (Timeout) -- Daniel Nouri <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]