segfault .....



Hello

on one of the machines i am working my app (which runs fine on my local
    machines) crashes hard with a segfault...

i made an strace, but this doesn't help me .... perhaps someone here
knows more, or knows what sort of tests i should run...

open("/users/prof/bboett/.zebot/config/zebot.conf",
    O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=167, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=167, ...}) = 0
old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x40676000
read(5, "# For future use.\n# Separator ar"..., 8192) = 167
read(5, "", 8192)                       = 0
close(5)                                = 0
munmap(0x40676000, 8192)                = 0
open("/users/prof/bboett/.zebot/config/zebot.conf",
    O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0
old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x40676000
read(5, "# Setting override file\n########"..., 8192) = 961
read(5, "", 8192)                       = 0
close(5)                                = 0
munmap(0x40676000, 8192)                = 0
close(4)                                = 0
brk(0x87d4000)                          = 0x87d4000
brk(0x87d5000)                          = 0x87d5000
brk(0x87d6000)                          = 0x87d6000
brk(0x87d7000)                          = 0x87d7000
brk(0x87d8000)                          = 0x87d8000
brk(0x87da000)                          = 0x87da000
brk(0x87db000)                          = 0x87db000
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

-- 
ciao bboett
==============================================================
bboett adlp org
http://inforezo.u-strasbg.fr/~bboett
===============================================================

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]