F
fritz-bayer
Hi,
when I run a perl script of mine, I get a segmentation fault. So I
guess this is a bug. I just don't know, if it is a bug in perl or some
of my linux libraries. I'm using debian/sarge with kernel 2.6.14.2. The
perl version I use is:
v5.8.4 built for i386-linux-thread-multi
Because I think it is a bug, I would like to try to update all my
installed modules from cpan. Can somebody tell me a command, which
updates all installed modules automatically?
I also would like to know why I get this segmentation fault. It occurs
within a regular expression. Does somebody know a workaround or how I
should change my code?
Here is the stack trace:
write(1, "Link text after removing tags an"..., 45Link text after
removing tags and entities:
) = 45
mremap(0xb6eca000, 1097728, 1552384, MREMAP_MAYMOVE) = 0xb6a59000
mmap2(NULL, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0xb7aa9000
mremap(0xb7aa9000, 159744, 159744, MREMAP_MAYMOVE) = 0xb7aa9000
mremap(0xb7aa9000, 159744, 241664, MREMAP_MAYMOVE) = 0xb7a07000
mremap(0xb7a07000, 241664, 241664, MREMAP_MAYMOVE) = 0xb7a07000
mremap(0xb7a07000, 241664, 360448, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 360448, 360448, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 360448, 536576, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 536576, 536576, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 536576, 806912, MREMAP_MAYMOVE) = 0xb77cf000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
when I run a perl script of mine, I get a segmentation fault. So I
guess this is a bug. I just don't know, if it is a bug in perl or some
of my linux libraries. I'm using debian/sarge with kernel 2.6.14.2. The
perl version I use is:
v5.8.4 built for i386-linux-thread-multi
Because I think it is a bug, I would like to try to update all my
installed modules from cpan. Can somebody tell me a command, which
updates all installed modules automatically?
I also would like to know why I get this segmentation fault. It occurs
within a regular expression. Does somebody know a workaround or how I
should change my code?
Here is the stack trace:
write(1, "Link text after removing tags an"..., 45Link text after
removing tags and entities:
) = 45
mremap(0xb6eca000, 1097728, 1552384, MREMAP_MAYMOVE) = 0xb6a59000
mmap2(NULL, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0xb7aa9000
mremap(0xb7aa9000, 159744, 159744, MREMAP_MAYMOVE) = 0xb7aa9000
mremap(0xb7aa9000, 159744, 241664, MREMAP_MAYMOVE) = 0xb7a07000
mremap(0xb7a07000, 241664, 241664, MREMAP_MAYMOVE) = 0xb7a07000
mremap(0xb7a07000, 241664, 360448, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 360448, 360448, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 360448, 536576, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 536576, 536576, MREMAP_MAYMOVE) = 0xb79af000
mremap(0xb79af000, 536576, 806912, MREMAP_MAYMOVE) = 0xb77cf000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++