Re: [PHP-DEV] chunk_split seg fault: bt

2001-09-27 Thread Derick Rethans
Hello, I fixed this in CVS. Derick On Wed, 26 Sep 2001, Steve Alberty wrote: Hi, chunk_split in the follow code snip ?php echo chunk_split(str_repeat('x',1024),10); ? produces sometimes a seg. fault. Here is the backtrace, i hope it helps a little bit: Program received

[PHP-DEV] chunk_split seg fault: bt

2001-09-26 Thread Steve Alberty
Hi, chunk_split in the follow code snip ?php echo chunk_split(str_repeat('x',1024),10); ? produces sometimes a seg. fault. Here is the backtrace, i hope it helps a little bit: Program received signal SIGSEGV, Segmentation fault. 0x400cb007 in memcpy (dstpp=0x81926e0, srcpp=0x81922a8,

Re: [PHP-DEV] chunk_split seg fault: bt

2001-09-26 Thread Derick Rethans
Hello, I can reproduce this, and am investigating it. Can you make it a bug report? Derick chunk_split in the follow code snip ?php echo chunk_split(str_repeat('x',1024),10); ? produces sometimes a seg. fault. Derick Rethans