Se7enLC Voice
Joined: 06 Jan 2011 Posts: 3
|
Posted: Thu Jan 06, 2011 3:30 pm Post subject: logs2html segmentation fault |
|
|
I believe I have everything configured properly, but logs2html is getting a segfault and crashing. Any ideas?
| Code: | 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: |
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
|
|
|