Dj-Garfield / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

Crash while parsing even example log file on OS X #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Heya, I'm packaging logstalgia for OS X by providing a formula for homebrew 
(http://github.com/mxcl/homebrew). However, I get segfaults, apparently in the 
log-reading code.

What steps will reproduce the problem?
1. Compile on OSX (I'm on a 64-bit Intel machine)
2. Run against sample log file, using command line given in man page.

What is the expected output? What do you see instead?

Segfault. Same result when reading from stdin.

What version of the product are you using? On what operating system?

1.0.0

Please provide any additional information below.

The stack trace is attached -- please let me know what other info might be 
helpful for you.

Original issue reported on code.google.com by steve.pu...@gmail.com on 3 Jan 2011 at 10:55

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Steve.

James Abley has gotten a homebrew package working here:

https://github.com/jabley/homebrew/commit/4239539535c3df0607e86458c642d11f278f2e
66

The 1.0.0 configure script doesn't generate the right OpenGL linker args on 
Macs so I need to do another release to sort that out properly (the working 
homebrew Formula uses a specific commit from github.com instead).

Cheers

Andrew

Original comment by acaudw...@gmail.com on 3 Jan 2011 at 9:14

GoogleCodeExporter commented 8 years ago
Hi Andrew -- great news that James has beaten me to it.  Thanks for the quick 
reply, and a great piece of software.

Original comment by steve.pu...@gmail.com on 3 Jan 2011 at 9:19

GoogleCodeExporter commented 8 years ago
Hi. The new version is out, should build correctly:

http://code.google.com/p/logstalgia/downloads/detail?name=logstalgia-1.0.2.tar.g
z

Cheers

Andrew

Original comment by acaudw...@gmail.com on 18 Jan 2011 at 6:22