This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

logs2html segmentation fault

Support & discussion of released scripts, and announcements of new releases.
Post Reply
S
Se7enLC
Voice
Posts: 3
Joined: Thu Jan 06, 2011 3:20 pm

logs2html segmentation fault

Post by Se7enLC »

I believe I have everything configured properly, but logs2html is getting a segfault and crashing. Any ideas?

Code: Select all

14:19 <Se7enLC> .convertalllogs
14:19 <huntbot> [14:19] #Se7enLC# begin creation of logfiles.
14:19 <huntbot>  Creating logs for channel '#mituplate' for 2011 year.
14:19 <huntbot>  Creating index page for channel '#mituplate' for 2011 year.
14:19 <huntbot> [14:19] * Last context: tclhash.c/684 [Tcl proc: *dcc:convertalllogs, param:  $_dcc1 $_dcc2 $_dcc3]
14:19 <huntbot> [14:19] * Please REPORT this BUG!
14:19 <huntbot> [14:19] * Check doc/BUG-REPORT on how to do so.
14:19 <huntbot> [14:19] * Wrote DEBUG
14:19 <huntbot> [14:19] * SEGMENT VIOLATION -- CRASHING!
strace gives some more details:

Code: Select all

open("web/mituplate/index.html", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5cdd2df000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
gettimeofday({1294343899, 496176}, NULL) = 0
Post Reply