From: <no...@so...> - 2001-05-10 14:04:56
|
Bugs item #225402, was updated on 2000-12-11 15:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105523&aid=225402&group_id=5523 >Category: Execution Problem >Group: SableVM Status: Closed Resolution: Fixed Priority: 5 Submitted By: Etienne M. Gagnon (egagnon) Assigned to: Brent Fulgham (bfulgham) Summary: Parsing lengthy options fails in configuration file Initial Comment: Hi! I have tested creating a $HOME.sablevm file with the following content: --- BEGIN --- class-path=0123456789... (continuing for a very long time) --- END --- When I do this, I get the following error message: $ sablevm sablevm: unable to open config file /home/egagnon/work/etc Invalid syntax in /home/egagnon/.sablevm: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 Aborted ---------------------------------------------------------------------- Comment By: Etienne M. Gagnon (egagnon) Date: 2000-12-11 16:52 Message: Finally! I found the problem with this "bug report". The message width is so large that the "submit change" button is far on the right of the html page... OK. The requested file is in CVS, in: test/configuration/sablevm Etienne ---------------------------------------------------------------------- Comment By: Brent Fulgham (bfulgham) Date: 2000-12-11 15:59 Message: Eh... Could I get a copy of the file you used? It might be running up against some internal constraint of the fgets function, in which case we'll have to re-implement using fgetc. However, I suspect there's some parsing issue with the line-based reads and realloc's. Thanks, -Brent ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105523&aid=225402&group_id=5523 |