BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000663 [BusyBox] Other major always 01-27-06 14:12 02-14-06 08:08
Reporter Kent_Sandvik View Status public  
Assigned To BusyBox
Priority normal Resolution unable to reproduce  
Status closed   Product Version svn
Summary 0000663: awk has a limitation of 32767 chars, "memory exhaustion"
Description If you run busybox awk with a file bigger than 32767 chars, i.e.

$ awk -f bigFile.awk
you get
awk: memory exhausted

after a while.

Additional Information Could this limitation of string indexing be increased to a bigger value?
Attached Files

- Relationships

- Notes
(0001098)
landley
02-14-06 08:08

The awk maintainer (Dmitry Zakharov) couldn't reproduce this one. He tweaked the allocation code to do one big malloc on seekable files rather than multiple reallocs, which might help, but he thinks it's your platform.
 

- Issue History
Date Modified Username Field Change
01-27-06 14:12 Kent_Sandvik New Issue
01-27-06 14:12 Kent_Sandvik Status new => assigned
01-27-06 14:12 Kent_Sandvik Assigned To  => BusyBox
02-14-06 08:08 landley Status assigned => closed
02-14-06 08:08 landley Note Added: 0001098
02-14-06 08:08 landley Resolution open => unable to reproduce


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker