http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 13:00:15 2002 --- shadow/311.tmp.12932 Tue Apr 30 13:08:26 2002 *************** *** 259,261 **** --- 259,272 ----
To reduce the log size you can kill the successful run right after it started - it still will generate the necessary debuggning information. + + ------- Additional Comments From apa3a@yahoo.com 2002-04-30 13:08 ------- + Tip - you don't even need to use text editor. + + Find the line number with: + grep -n "err:module:map_image" 1.log + + Add 4 to the line number and get the head of the file with: + head -n nlines 1.log > head.log + + where "nlines" is the number of lines to cut. \ No newline at end of file