On Sat, Nov 28, 1998 at 02:18:35PM -0500, Adam Di Carlo wrote: > In article <[EMAIL PROTECTED]@>, Nathan Sandver <[EMAIL PROTECTED]> writes: > > Hi. I'm having a problem with dupload. I'm hoping someone on this > > list can help me. Does anyone have an explanation for this: > > > darkland:~$ ps aux | grep dupload ares 21678 30.8 82.0 105720 51920 > > 5 R 12:43 0:42 \ perl /usr/bin/dupload > > > Eventually, I get this: > > > darkland:~/src/guitar$ dupload --to master > > guitar_0.0.3-1_i386.changes Out of memory! Segmentation fault > > > I have a P133, 64MB physical ram, 120MB swap, and I'm running > > slink. Any ideas would be appreciated. Thanks. > > Hmm. Probably there's something malformed in your changes file which > is causing dupload to fail? Try 'perl -d dupload --to master' to run > the script in the perl debugger. Submit a bug.
After a little more work and talking to rcw, we've found what was causing my problem. Apparently, in upgrading to Perl 5.005, I somehow got extra copies of Socket.pm in: /usr/lib/perl5/IO/Socket.pm /usr/lib/perl5/Socket.pm rcw didn't have these files, and after moving them to my home dir, dupload worked properly again. I've since deleted them. My thanks to those who helped me get this figured out. -- Nathan E. Sandver, KC7SQK [EMAIL PROTECTED]

