parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parallel: This should not happen. You have found a bug.


From: Linda Walsh
Subject: parallel: This should not happen. You have found a bug.
Date: Sat, 10 Aug 2013 15:28:07 -0700
User-agent: Thunderbird

I was trying to gunzip a bunch of small files ;
tried
for i in *.gz;do
sem -j6 $i
done
-- which I though should 2 6 in parallel, but seemed to get 1, then a burst, but more '1' than burst (of 6)

so then tried putting the sem in background thinking the sem would
block the remaining jobs...instead...got the below...
not sure if I should try to include the ~680 tiny gz files...(seems like it wouldn't matter
on content alot?)

32      /etc/setup/termcap.lst.gz
37      /etc/setup/mingw-zlib0.lst.gz
37      /etc/setup/zlib0.lst.gz
40      /etc/setup/t1lib5.lst.gz
41      /etc/setup/libvpx0.lst.gz
41      /etc/setup/libvpx1.lst.gz
41      /etc/setup/mingw-libbz2_1.lst.gz
42      /etc/setup/libustr1.lst.gz
42      /etc/setup/libuuid1.lst.gz
...
996     /etc/setup/opengl.lst.gz
1012    /etc/setup/mingw-gettext.lst.gz
1015    /etc/setup/python-pygments.lst.gz
1.1K    /etc/setup/perl-PPIx-Regexp.lst.gz
1.1K    /etc/setup/python-imaging.lst.gz
1.2K    /etc/setup/libvala0.14_0.lst.gz
1.2K    /etc/setup/lynx.lst.gz
....
8.4K    /etc/setup/texlive-collection-basic.lst.gz
8.4K    /etc/setup/tzcode.lst.gz
8.6K    /etc/setup/mplayer-skins.lst.gz
9.7K    /etc/setup/ruby-rdoc.lst.gz
11K     /etc/setup/perl.lst.gz
13K     /etc/setup/xfig-lib.lst.gz
14K     /etc/setup/python-opengl.lst.gz
35K     /etc/setup/lxde-icon-theme.lst.gz
40K     /etc/setup/oxygen-icons.lst.gz
46K     /etc/setup/tango-icon-theme.lst.gz
----    -----
533.6K  TOTAL

f you get the error on smaller/fewer files, please include those instead.
parallel: This should not happen. You have found a bug.
Please contact <parallel@gnu.org> and include:
* The version number: 20130122
* The bugid: Can't open semaphore file /home/law/.parallel/semaphores/id-2fdev2fcons1.lock: Permission denied
* The command line being run
* The files being read (put the files on a webserver if they are big)

If you get the error on smaller/fewer files, please include those instead.
parallel: This should not happen. You have found a bug.
Please contact <parallel@gnu.org> and include:
* The version number: 20130122
* The bugid: Can't open semaphore file /home/law/.parallel/semaphores/id-2fdev2fcons1.lock: Permission denied
* The command line being run
* The files being read (put the files on a webserver if they are big)

If you get the error on smaller/fewer files, please include those instead.
parallel: This should not happen. You have found a bug.
Please contact <parallel@gnu.org> and include:
* The version number: 20130122
* The bugid: Can't open semaphore file /home/law/.parallel/semaphores/id-2fdev2fcons1.lock: Permission denied
* The command line being run
* The files being read (put the files on a webserver if they are big)

If you get the error on smaller/fewer files, please include those instead.
parallel: This should not happen. You have found a bug. 0 [main] perl 40392 fixup_mmaps_after_fork: ReadProcessMemory failed for MAP_PRIVATE address 0xFF680000, Win32 error 299 4718 [main] perl 40392 C:\bin\perl.exe: *** fatal error in forked process - recreate_mmaps_after_fork_failed 6810 [main] perl 40392 open_stackdumpfile: Dumping stack trace to perl.exe.stackdump 0 [main] perl 16876 child_copy: dll bss read copy failed, 0x61207000..0x6123E370, done 0, windows pid 16876, Win32 error 299 350 [main] perl 16876 child_copy: data read copy failed, 0x3DB43000..0x3DB43248, done 0, windows pid 16876, Win32 error 299 0 [main] perl 13876 fixup_mmaps_after_fork: ReadProcessMemory failed for MAP_PRIVATE address 0xFF680000, Win32 error 299 15719 [main] perl 13876 C:\bin\perl.exe: *** fatal error in forked process - recreate_mmaps_after_fork_failed 16322 [main] perl 13876 open_stackdumpfile: Dumping stack trace to perl.exe.stackdump 4698 [main] perl 10016 child_copy: user heap read copy failed, 0x80000000..0x805D0000, done 0, windows pid 10016, Win32 error 299 8020 [main] perl 10016 child_copy: data read copy failed, 0x3DB43000..0x3DB43248, done 0, windows pid 10016, Win32 error 299 15285 [main] perl 10016 fixup_mmaps_after_fork: VirtualQueryEx failed for MAP_PRIVATE address 0xFEE70000, Win32 error 5 17613 [main] perl 10016 C:\bin\perl.exe: *** fatal error in forked process - recreate_mmaps_after_fork_failed
Stack trace:
Frame     Function  Args
0028F96C  61007138 (611A3CD8, 00000000, 611A3CD1, 3DB43000)
0028F9AC  6100729B (00000038, 02000000, 6118E7D4, 6118E7D0)
0028F9DC  610086FB (00000000, 00000000, 00512E28, 0028FAEC)
0028FA1C  61080DB7 (61000000, 00000001, 0028FD24, 00000001)
0028FA3C  777F9950 (61080D00, 61000000, 00000001, 0028FD24)
0028FB30  777FD8C9 (0028FD24, FFFDD000, FFFDE000, 778C206C)
0028FCB0  7780681C (0028FD24, 777C0000, 74F452CD, 00000000)
0028FD00  778052D6 (0028FD24, 777C0000, 00000000, 00000000)
0028FD10  777F9E79 (0028FD24, 777C0000, 00000000, 0001002F)
End of stack trace
bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable

bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable



reply via email to

[Prev in Thread] Current Thread [Next in Thread]