SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: rap To: address@hidden Subject: SIGSEGV in chunk_alloc >Submitter-Id: net >Originator: Richard >Organization: > >Confidential: no >Synopsis: >Severity: <[ non-critical | serious | critical ] (one line)> >Priority: <[ low | medium | high ] (one line)> >Category: libc >Class: <[ sw-bug | doc-bug | change-request | support ] (one line)> >Release: libc-2.2.5 >Environment: Host type: i686-pc-linux-gnu System: Linux turbocharged 2.4.17 #1 Fri Jan 4 22:59:47 GMT 2002 i686 unknown Architecture: i686 Addons: linuxthreads Build CC: gcc Compiler version: 3.0.3 Kernel headers: 2.4.17 Symbol versioning: yes Build static: yes Build shared: yes Build pic-default: no Build profile: no Build omitfp: no Build bounded: no Build static-nss: no Stdio: libio >Description: Trying to create a new file when there are zero bytes free in the filesystem leads to the SIGSEGV. Backtrace is: #0 0x40859212 in chunk_alloc (ar_ptr=0x4090a480, nb=368) at malloc.c:2878 #1 0x40858fff in __libc_malloc (bytes=364) at malloc.c:2810 #2 0x4084aa9d in _IO_new_fopen ( filename=0x82b3afc "/home/rap/.audacity_temp/b00040.auf", mode=0x8151004 "w+b") at iofopen.c:50 >How-To-Repeat: Simply try to create a file with zero free bytes on the fs. >Fix: None discovered 8-(