Renumber IPPROTO_DIVERT

2002-12-12 Thread Lars Eggert
getprotobyname() on "divert", which according to /etc/protocols is 254, which results in Dec 12 13:21:29 nik kernel: Old IPDIVERT program needs to be recompiled, or new IP proto 254 user needs sysctl net.inet.raw.olddiverterror=0 Was /etc/protocols maybe simply forgotten in the 10/29/02

NFS-related panic on reboot

2002-12-09 Thread Lars Eggert
= 12, tf_err = 2, tf_eip = 134547319, tf_cs = 31, tf_eflags = 583, tf_esp = -1077937092, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1033 #23 0xc02ecf1d in Xint0x80_syscall () at {standard input}:141 ---Can't read userspace from dump, or kernel process--- -- Lars Eggert &

Re: LOR: filedesc structure -> pipe mutex

2002-12-06 Thread Lars Eggert
On 12/6/2002 6:22 PM, Kris Kennaway wrote: On Fri, Dec 06, 2002 at 02:36:49PM -0800, Lars Eggert wrote: On today's -current: lock order reversal 1st 0xc6948234 filedesc structure (filedesc structure) @ /usr/src/sys/kern/sys_generic.c:901 2nd 0xc691f380 pipe mutex (pipe mutex) @ /usr/sr

LOR: filedesc structure -> pipe mutex

2002-12-06 Thread Lars Eggert
(93, FreeBSD ELF32, select), eip = 0x280b3853, esp = 0xbfbff90c, ebp = 0xbfbffd60 --- Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: Lock order reversals in sys_pipe.c and kern_sig.c

2002-12-04 Thread Lars Eggert
Alfred Perlstein wrote: * Lars Eggert [021204 15:04] wrote: >FYI, just got a similar one yesterday on an up-to-date -current: > >lock order reversal > 1st 0xc784d700 pipe mutex (pipe mutex) @ /usr/src/sys/kern/sys_pipe.c:465 > 2nd 0xc0513840 sigio lock (sigio lock) @ /u

Re: Lock order reversals in sys_pipe.c and kern_sig.c

2002-12-04 Thread Lars Eggert
Alfred Perlstein wrote: * Lars Eggert [021204 15:04] wrote: >FYI, just got a similar one yesterday on an up-to-date -current: > >lock order reversal > 1st 0xc784d700 pipe mutex (pipe mutex) @ /usr/src/sys/kern/sys_pipe.c:465 > 2nd 0xc0513840 sigio lock (sigio lock) @ /u

Re: sound problems

2002-12-04 Thread Lars Eggert
Lars Eggert wrote: Peter Gade Jensen wrote: > I have the same problem. It sounds like the soundbuffer runs empty > somehow and needs to fill up before continueing. This results in > something that sounds like a really small sample(1ms) looping for > 1second or so. If this makes sens

Re: Lock order reversals in sys_pipe.c and kern_sig.c

2002-12-04 Thread Lars Eggert
c/sys/kern/kern_sig.c:2225 Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: sound problems

2002-11-27 Thread Lars Eggert
SMP box, if it matters. FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xcc20 irq 21 (4p/2r/0v channels duplex default) pcm1: at io 0xb800, 0xbc40 irq 13 bufsz 16384 (1p/1r/0v channels duplex) Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Ins

Re: panic: mtx_lock() of spin mutex

2002-11-26 Thread Lars Eggert
John, John Baldwin wrote: On 26-Nov-2002 Lars Eggert wrote: >#12 0xc02a93e6 in do_dup (td=0xc60a2a80, type=DUP_FIXED, old=-1, new=4, > retval=0xc60a2b18) at /usr/src/sys/kern/kern_descrip.c:485 Hmm, old = -1, this might be fixed by a patch I committed today to fix bugs in

Re: panic: mtx_lock() of spin mutex

2002-11-26 Thread Lars Eggert
John Baldwin wrote: On 18-Oct-2002 Lars Eggert wrote: >John Baldwin wrote: > >>What is line 488 of src/sys/kern/kern_descrip.c? > >fhold(fp) in do_dup(). Still see this issue on today's -current. It's easily reproducible with a simple "cd ~sunhee" in a

Re: Call for testers: acpica-unix-20020815

2002-11-26 Thread Lars Eggert
x27;t there be some code already that does the right thing? (I'm guessing the answer must be "no, everything is different with ACPI.") Other than that, great job on the ACPI code - everything else works flawlessly! Thanks, Lars -- Lars Eggert <[EMAIL PROTECTED]>

Re: kernel panic when booting with USB CF reader

2002-11-15 Thread Lars Eggert
Nate Lawson wrote: On Sat, 28 Sep 2002, Lars Eggert wrote: >I'm seeing a kernel panic on -current (9/26) when booting with a SanDisk >ImageMate II USB comact flash reader plugged in. The panic occurs after >the kernel has loaded when the first rc.d scripts execute (dumpon, >

Re: duplicate lock

2002-11-07 Thread Lars Eggert
Joel M. Baldwin wrote: acquiring duplicate lock of same type: "inp" 1st inp @ ../../../netinet/udp_usrreq.c:290 2nd inp @ ../../../netinet/udp_usrreq.c:290 I get this every tims samba starts. Jeffery Hsu stated that its benign. Lars -- Lars Eggert <[EMAIL PROTECTED]>

Re: panic: mtx_lock() of spin mutex

2002-10-28 Thread Lars Eggert
John Baldwin wrote: On 18-Oct-2002 Lars Eggert wrote: >John Baldwin wrote: > >>What is line 488 of src/sys/kern/kern_descrip.c? > >fhold(fp) in do_dup(). Hrm. You can try adding some KASSERT()'s that the reference count of that struct file isn't zero or negative.

Re: another lock order reversal

2002-10-28 Thread Lars Eggert
Lars Eggert wrote: lock order reversal 1st 0xc6f47a68 vnode interlock (vnode interlock) @ /usr/src/sys/nfsclient/nfs_vnops.c:2629 2nd 0xc04b8640 vm page queue mutex (vm page queue mutex) @ /usr/src/sys/vm/vm_kern.c:424 Still present on yesterday's -current. Lars -- Lars Eggert &l

Re: sleeping with "mountlist" locked

2002-10-26 Thread Lars Eggert
Maxime Henrion wrote: > Lars Eggert wrote: > > >/usr/src/sys/kern/kern_synch.c:146: sleeping with "mountlist" locked > >from /usr/src/sys/kern/vfs_mount.c:1321. I have a core dump, but it's of > >the second panic. > > Could you tell us what's t

sleeping with "mountlist" locked

2002-10-24 Thread Lars Eggert
,0) at sched_sync+0x16f fork_exit(c02ca8a0,0,df2d7d48) at fork_exit+0x8d fork_trampoline() at fork_trampoline+0x1a Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: formatting bootable media

2002-10-22 Thread Lars Eggert
Lars Eggert wrote: Hi, the following produces a bootable CF card under 4.7: dd if=/dev/zero of=/dev/da2 bs=512 count=32 fdisk -BI da2 disklabel -w -B da2s1 auto disklabel -r da2s1 > /tmp/da2s1 Turns out that the "disklabel -r" output after this step differs betw

formatting bootable media

2002-10-22 Thread Lars Eggert
on offset != slice offset da2: start 1, end 2104704, size 2104704 da2c: start 0, end 2104703, size 2104704 da2s1: rejecting BSD label: raw partition offset != slice offset da2s1: start 1, end 2104704, size 2104704 da2s1c: start 0, end 2104703, size 2104704 Any ideas? Might this be geom-relate

Re: kernel panic when booting with USB CF reader

2002-10-22 Thread Lars Eggert
echeck the situation... Just checkeded, and it does NOT crash anymore on bootup when no media is inserted (with yesterday's -current.) Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

yet another lock order reversal

2002-10-21 Thread Lars Eggert
bfbfb81c, ebp = 0xbfbfb878 --- Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: zombies from linux binaries

2002-10-21 Thread Lars Eggert
for auto-reaping. Makes sense. This seems to be a bug in -current's Linux emulator then, since the Linux binary works fine under -stable. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

another lock order reversal

2002-10-21 Thread Lars Eggert
_syscall+0x1d --- syscall (5, FreeBSD ELF32, open), eip = 0x28d11673, esp = 0xbfa87cfc, ebp = 0xbfa87d18 --- Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: kernel: lock order reversal

2002-10-21 Thread Lars Eggert
ut it happened at 03:08:50, so right towards the midle of the daily scripts (takes about 20mins here), fairly heavy disk access. FWIW, I'm seeing the exact same issue here, too. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Des

Re: kernel panic when booting with USB CF reader

2002-10-21 Thread Lars Eggert
Bernd Walter wrote: On Sat, Sep 28, 2002 at 07:20:08PM -0700, Lars Eggert wrote: >I'm seeing a kernel panic on -current (9/26) when booting with a SanDisk >ImageMate II USB comact flash reader plugged in. The panic occurs after >the kernel has loaded when the first rc.d scripts e

Re: panic: mtx_lock() of spin mutex

2002-10-21 Thread Lars Eggert
Lars Eggert wrote: John Baldwin wrote: > On 18-Oct-2002 Lars Eggert wrote: >> John Baldwin wrote: >> >>> What is line 488 of src/sys/kern/kern_descrip.c? >> >> fhold(fp) in do_dup(). > > Hrm. You can try adding some KASSERT()'s that the refe

Re: panic: mtx_lock() of spin mutex

2002-10-21 Thread Lars Eggert
John Baldwin wrote: On 18-Oct-2002 Lars Eggert wrote: John Baldwin wrote: What is line 488 of src/sys/kern/kern_descrip.c? fhold(fp) in do_dup(). Hrm. You can try adding some KASSERT()'s that the reference count of that struct file isn't zero or negative. fd_refcnt is

Re: zombies from linux binaries

2002-10-21 Thread Lars Eggert
Duncan, Duncan Barclay wrote: On 01-Oct-2002 Lars Eggert wrote: >I've been running the guidescope web ad blocker >(http://www.guidescope.com/home/) as a Linux binary under FreeBSD for a >long time. The thing seems to fork a child for each web request it proxies. > >Unde

Re: panic: mtx_lock() of spin mutex

2002-10-18 Thread Lars Eggert
John Baldwin wrote: What is line 488 of src/sys/kern/kern_descrip.c? fhold(fp) in do_dup(). Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: panic: mtx_lock() of spin mutex

2002-10-17 Thread Lars Eggert
Lars Eggert wrote: Note that the panic message makes a lot more sense this time around: Argh; which I maybe should have included in the fist place. Typescript attached. Sorry, Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute typescript Descr

Re: panic: mtx_lock() of spin mutex

2002-10-17 Thread Lars Eggert
Lars Eggert wrote: I'm tracking down a lock order reversal for hsu@, and just came across this other locking panic twice in the last few hours. Found a way to reproduce this at will (shell tab-completion on a filename on an NFS-mounted file system), and managed to get a core dump. Note

panic: mtx_lock() of spin mutex

2002-10-17 Thread Lars Eggert
0200 boot() called on cpu#1 Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

three lock order reversals

2002-10-17 Thread Lars Eggert
in a sorry state to begin with... ;-) Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

mpd: resource deadlock avoided?

2002-10-09 Thread Lars Eggert
ce is the peer IP address). Any clues? Thanks, Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute Multi-link PPP for FreeBSD, by Archie L. Cobbs. Based on iij-ppp, by Toshiharu OHNO. mpd: pid 60062, version 3.9 (root@localhost 02:27 10-Oct-2002) [ISI] ppp no

Re: [acpi-jp 1789] Re: ACPI video driver (for Dell Latitude C640)

2002-10-08 Thread Lars Eggert
ds later X is in front of me again! > 8. If I now go back to the console (ctrl-f1) the console is still black > > I also tried the scenario where I suspend on the console, then resume > again, which turns the screen black. I then startx again and my screen is > back again. This i

Re: loader problem

2002-10-07 Thread Lars Eggert
Lars Eggert wrote: > > after an installworld with last night's sources, my machine resets in > the the loader. It prints the "BTX loader" line, and then immediately > resets. I restored the old /boot/loader (from 10/2), which lets me boot > again. > >

loader problem

2002-10-07 Thread Lars Eggert
Hi, after an installworld with last night's sources, my machine resets in the the loader. It prints the "BTX loader" line, and then immediately resets. I restored the old /boot/loader (from 10/2), which lets me boot again. Any ideas? Lars -- Lars Eggert <[EMAIL PROTECT

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Lars Eggert
Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Lars Eggert writes: >> >>I'd consider not having vinum work under geom a show-stopper... at least >>until geom can stripe. > > > Well, the showstopper is in vinum. The fact that ccd(4) works &g

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Lars Eggert
Poul-Henning Kamp wrote: > > I would need to look at the code to be able to tell, I don't have > time for that. I'd consider not having vinum work under geom a show-stopper... at least until geom can stripe. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Infor

Re: GNOME 2.0 DOES NOT COMPILE

2002-10-04 Thread Lars Eggert
or: I ran into the same problem last week. Check the archives for the "sys/sys/proc.h 1.250 breaks devel/libgtop2 port" thread, it has some fixes in its replies. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: usermount with devfs

2002-10-03 Thread Lars Eggert
ed by larse and mount there. (Shouldn't group membership be good enough here?) Thanks, Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: usermount with devfs

2002-10-03 Thread Lars Eggert
Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Lars Eggert writes: > > >>[root@nik: /etc] rm /dev/acd0c >>[root@nik: /etc] umask 0007 && ln -s /dev/acd0c /dev/acd0 >>ln: /dev/acd0: File exists >> >>Which is really a strange error

usermount with devfs

2002-10-03 Thread Lars Eggert
ts Which is really a strange error, since /dev/acd0c is gone: [root@nik: /etc] ll /dev/acd0* crw-rw-r-- 1 root wheel 117, 0 Oct 2 15:57 /dev/acd0 lrwxr-xr-x 1 root wheel 5 Oct 2 08:57 /dev/acd0a@ -> acd0 crw-rw-r-- 1 root wheel 117, 0x0001 Oct 2 15:57 /dev/acd0t01 A

Re: HEADSUP! GEOM as default in 5 days...

2002-10-02 Thread Lars Eggert
ng it can't find its drives. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: NIS broken by pw_scan.c commits?

2002-10-01 Thread Lars Eggert
e same thing last week when uprading from -stable. A workaround is to use nsswitch.conf to make the loopkups use NIS, but that doesn't help if you need to share the password file with other versions/platforms. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences

Re: zombies from linux binaries

2002-10-01 Thread Lars Eggert
Duncan Barclay wrote: > On 01-Oct-2002 Lars Eggert wrote: >> >>I've been running the guidescope web ad blocker >>(http://www.guidescope.com/home/) as a Linux binary under FreeBSD for a >>long time. The thing seems to fork a child for each web request it proxie

zombies from linux binaries

2002-10-01 Thread Lars Eggert
stops working once 1024 or so accumulate. The zombies don't go away when parent process finishes, they stick around until reboot. Are there known issues with the Linux emulation under -current? Any other information I can provide to help track this down? Thanks, Lars -- Lars Eggert <[EM

Re: Comments requested: rc_ng per-location config script

2002-10-01 Thread Lars Eggert
Lars Eggert wrote: > > I'm slowly porting some local rc scripts we've been using for a few > years on -STABLE to rc_ng and -CURRENT. Some of them may be useful to > others, and I'd appreciate any comments. I've put the latest revisions of our scripts up at h

kernel panic when booting with USB CF reader

2002-09-28 Thread Lars Eggert
ran 1 processor eflags= interrupt enabled, resume, IOPL = 0 current process = 67 (vinum) kernel: type 18 trap, code=0 Stopped at __qdivrem+0x38: divl%ecx,%eax Thanks, Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute Copyright (c)

pcm and xl "could sleep with xyz locked"

2002-09-28 Thread Lars Eggert
a_core.c:1307: could sleep with "pcm0:record:1" locked from /usr/src/sys/dev/sound/pcm/channel.c:677 /usr/src/sys/vm/uma_core.c:1307: could sleep with "xl0" locked from /usr/src/sys/pci/if_xl.c:1264 /usr/src/sys/vm/uma_core.c:1307: could sleep with "xl0" loc

Re: sys/sys/proc.h 1.250 breaks devel/libgtop2 port

2002-09-27 Thread Lars Eggert
Joe Marcus Clarke wrote: > On Fri, 2002-09-27 at 21:54, Lars Eggert wrote: > >>Juli Mallett wrote: >> >>>* De: Lars Eggert <[EMAIL PROTECTED]> [ Data: 2002-09-27 ] >>> [ Subjecte: sys/sys/proc.h 1.250 breaks devel/libgtop2 port ] >>> >&

Re: sys/sys/proc.h 1.250 breaks devel/libgtop2 port

2002-09-27 Thread Lars Eggert
Juli Mallett wrote: > * De: Lars Eggert <[EMAIL PROTECTED]> [ Data: 2002-09-27 ] > [ Subjecte: sys/sys/proc.h 1.250 breaks devel/libgtop2 port ] > >>commenting out p_kse in sys/sys/proc.h rev 1.250 broke the >>devel/libgtop2 port (which still uses that

sys/sys/proc.h 1.250 breaks devel/libgtop2 port

2002-09-27 Thread Lars Eggert
Hi, commenting out p_kse in sys/sys/proc.h rev 1.250 broke the devel/libgtop2 port (which still uses that field in sysdeps/freebsd/proctime.c). What's the new way of getting at this info? I'll take a stab at fixing the port if someone knows... Thanks, Lars -- Lars Eggert <[EM

Re: troubles with recent -current

2002-09-25 Thread Lars Eggert
&1 > then force_depend rpcbind || return 1 fi ;; esac ... } I think there might be another (unrelated) bug in rc_run_script in /etc/rc.subr. The "eval unset" line unsets the wrong variable when _arg is "faststart" during boot. I think it should unset the "start"

Re: troubles with recent -current

2002-09-25 Thread Lars Eggert
Mikhail Teterin wrote: > Unless I set rc_ng to NO, the ypbind will not start, even though > enable_nis_client is set and "Starting ypbind" is displayed on boot. Do you have rpcbind_enable set? ypbind needs the portmapper and will silently exit if it isn't running. Lars --

Re: Trouble Building CURRENT on STABLE, cpp seg. fault

2002-09-24 Thread Lars Eggert
t; Could you try yet another patch? > > http://people.freebsd.org/~kan/gcc-cpp.diff FYI, I saw the same error as Crist when building -current under 4.6, and with your patch, the buildworld/buildkernel succeeded. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences

Re: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT.

2002-09-17 Thread Lars Eggert
trib/file/file.h:45: stdint.h: No such > file or directory FYI I'm seeing the exact same error trying to build -CURRENT under 4.6-RELEASE (just cvs updated). Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime.p7s Description: S/MIME Cryptographic Signature

Re: NTFS bugs under -current?

2002-08-29 Thread Lars Eggert
Lars Eggert wrote: > I'm mounting my Windows XP partition under both -current and -stable > (for the TrueType fonts). Under -stable, accessing files there works > fine. Under -current, reads seem to return corrupted data (too short, > parts OK, parts garbled). I opened a P

NTFS bugs under -current?

2002-08-26 Thread Lars Eggert
sing files there works fine. Under -current, reads seem to return corrupted data (too short, parts OK, parts garbled). Any clues? Please let me know if I can provide additional information. Thanks Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute smime

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Lars Eggert
that moment. ... > I also have an ATI chip. ATI Radeon to be precise, is that a possible > explanation? I see the same issue you describe here on a Dell Latitude C600 with an ATI Rage Mobility M3, too. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Science

Re: ISO image available?

2001-04-12 Thread Lars Eggert
3c905(B|C)-TX? I ask, because > I have > > xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xd000-0xd07f > mem 0xdd00-0xdd7f irq 11 at device 12.0 on pci0 I don't know. :-) All I can say is that it is recognized fine under 4.2. -- Lars Eggert <[EMAIL PROTECTED]&g

Re: ISO image available?

2001-04-12 Thread Lars Eggert
by the xl driver. I guess the netinstall will have to wait... -- Lars Eggert <[EMAIL PROTECTED]> Information Sciences Institute http://www.isi.edu/larse/University of Southern California S/MIME Cryptographic Signature

Re: ISO image available?

2001-04-12 Thread Lars Eggert
Dan Nelson wrote: > There are no ISO images, but there's something even better. Download > the boot floppies for your favorite date and do a net install. I didn't know that - perfect, thanks! -- Lars Eggert <[EMAIL PROTECTED]> Information Sciences Instit

Re: ISO image available?

2001-04-12 Thread Lars Eggert
about doing a make release after? Lars -- Lars Eggert <[EMAIL PROTECTED]> Information Sciences Institute http://www.isi.edu/larse/University of Southern California S/MIME Cryptographic Signature

ISO image available?

2001-04-12 Thread Lars Eggert
e? (On days when the makes go through.) There's probably some good reason why we don't have this; it'd make it a lot easier to test-drive bug-fixes though. Lars PS: Please CC me personally on responses, I'm not on -current. Thanks! -- Lars Eggert <[EMAIL PROTECTED]>

Re: [ID 20000124.004] "perl in malloc(): warning: recursive call"on

2000-01-24 Thread Lars Eggert
nother form of IPC if signals cannot be made safe. Lars ____ Lars Eggert <[EMAIL PROTECTED]> Information Sciences Institute http://www.isi.edu/~larse/ University of Southern Cali

"perl in malloc(): warning: recursive call" on array write + signals

2000-01-24 Thread Lars Eggert
This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.26 running under perl 5.00503. - [Please enter your report here] Running the following test script causes perl to crash. You may need to ru

<    1   2