[Muine] muine segfaults



hi all,

i finally got muine to compile now, but it segfaults as i try to import a 
folder:

[psic4t c0re - ~]$ muine
/usr/local/bin/muine: line 9: 15947 Segmentation fault      /usr/bin/mono 
--debug /usr/local/lib/muine/muine.exe "$@"

this is the output of 'strace muine':

rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x80766c0, [], SA_RESTORER, 0x4005d718}, {SIG_DFL}, 
8) = 0
waitpid(-1, [WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV], 0) = 15964
open("/usr/share/locale/de_DE/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/de/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
write(2, "/usr/local/bin/muine: line 9: 15"..., 118/usr/local/bin/muine: 
line 9: 15964 Segmentation fault      /usr/bin/mono --debug 
/usr/local/lib/muine/muine.exe "$@"
) = 118
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbffff234, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
rt_sigaction(SIGINT, {SIG_DFL}, {0x80766c0, [], SA_RESTORER, 0x4005d718}, 
8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
read(255, "", 256)                      = 0
exit_group(139)                         = ?



seems, that it tries to open /usr/share/locale/de_DE/LC_MESSAGES/libc.mo. 
this file is not on my box.

any idea about that?

greets, matthias.
-- 
Public Key ID: 0x8078B10C



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