Menu

#672 LogViewer doesn't show correctly the content of the log file

closed
None
5
2006-07-27
2006-07-12
No

Hi!

Using jEdit 4.3pre5 (this occurs in 4.3pre4 too) and
JRE 1.6.0, LogViewer v0.6.

When you select a log file to be monitored (Tail) it
"eats" first few characters, and even stops showing new
lines sometimes (after nothing gets written to log for
some time).

Here's the small ruby one-liner I used to create a test
file:

100.times {|x| File.open("/tmp/test.log","a+"){|f|
f.puts x.to_s; sleep 1; }}

Discussion

  • Esad Hajdarevic

    Esad Hajdarevic - 2006-07-13

    Logged In: YES
    user_id=1354094

    This seems to be a bug in the FileFollower#refresh. When I
    turned off the regexp handling stuff and uncommented old
    refresh() it seemed to work.

    Is the original author/maintainer still around?

     
  • Dale Anson

    Dale Anson - 2006-07-27

    Logged In: YES
    user_id=187628

    The original author is no longer around, but I'm the
    maintainer. I'll take a look.

     
  • Dale Anson

    Dale Anson - 2006-07-27
    • assigned_to: nobody --> daleanson
     
  • Dale Anson

    Dale Anson - 2006-07-27

    Logged In: YES
    user_id=187628

    Fixed, will be in next release.

     
  • Dale Anson

    Dale Anson - 2006-07-27
    • status: open --> closed
     

Log in to post a comment.