Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

BerkeleyDB blowing up on multiple, concurrent processes

by m0r0n (Initiate)
on Jun 14, 2006 at 19:11 UTC ( [id://555331]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    db_put failed: DB_RUNRECOVERY: Fatal error, run database recovery ( / 
    +Successful return: 0)
        main::spawn_child('BerkeleyDB::Env=ARRAY(0x82e5248)','BerkeleyDB::
    +Hash=ARRAY(0x80639b4)') called at douji.pl line 115
        main::spawn_child('BerkeleyDB::Env=ARRAY(0x82e5248)','BerkeleyDB::
    +Hash=ARRAY(0x80639b4)') called at douji.pl line 115
    
  2. or download this
    db_put failed: Cannot allocate memory (Cannot allocate memory / reallo
    +c: Cannot allocate memory: 4294967190)
            main::spawn_child('BerkeleyDB::Env=ARRAY(0x82e5248)','Berkeley
    +DB::Hash=ARRAY(0x80639b4)') called at douji.pl line 115
    
  3. or download this
    #!/usr/bin/env perl
    # vim:set ts=4 sw=4 ai:
    ...
    for (1..NUM_CHILDREN) { my $pid = wait; }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://555331]
Approved by friedo
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-23 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found