Segfault in __pthread_mutex_lock

2000-04-13 Thread Shevek
__pthread_mutex_lock (mutex=0x410) at mutex.c:82 82 in mutex.c (gdb) info locals mutex = (pthread_mutex_t *) 0x410 self = 0x0 S. -- Shevek It's not an infinite loop! It's just a state with which I was not previously familiar. $/="";$_=;s/([A-Ya-z]+)\b/$1Z/g;print;

Undefined sub problems

2000-04-02 Thread Shevek
it fine. My startup.pl looks like #!/usr/bin/perl BEGIN { use Apache (); use lib Apache-server_root_relative('lib/perl'); } use Apache::Constants (); use Apache::Registry (); use Apache::Hello (); Apache::Hello::test; 1; What might I have done wrong? S. -- Shevek GM/CS/MU -d+ H

Re: performance mongers: since when is using CGI.pm or Apache::Registrydishonorable?

2000-03-31 Thread Shevek
g the Perl script in a server very intensive, a problem which I am looking to solve soon. Ta. S. -- Shevek GM/CS/MU -d+ H+++ s+: !g p2 au0 !a w+++ v-(---) C$ UL$ UB+ US+++$ UI+++$ P++ L$ 3+ E--- N K- !W(-) M(-) !V -po+ Y+ t+ 5++ !j !R G' !tv b+++ D++ B--- e+ u+* h++ f? r++ n

Conditional compilation

2000-03-31 Thread Shevek
using any given module. Currently I just 'use' everything at the top of my main handler script, which is always invoked for any request. Ta. S. -- Shevek GM/CS/MU -d+ H+++ s+: !g p2 au0 !a w+++ v-(---) C$ UL$ UB+ US+++$ UI+++$ P++ L$ 3+ E--- N K- !W(-) M(-) !V -po+ Y+ t+ 5

Re: More segfault problems

2000-03-29 Thread Shevek
developed the code quite a way past that segfault, although I have had several more reproducible ones, mostly related to some particular feature ofmy Perl. S. On Tue, 28 Mar 2000, Doug MacEachern wrote: On Fri, 24 Mar 2000, Shevek wrote: Now we get rid of the DOM tree. 44