* crash in multipathd
@ 2005-01-30 20:30 Arthur Bergman
2005-01-30 20:59 ` Christophe Varoqui
[not found] ` <a80f8224e84fa48e92f6e4ad243143ec@fotango.com>
0 siblings, 2 replies; 4+ messages in thread
From: Arthur Bergman @ 2005-01-30 20:30 UTC (permalink / raw)
To: device-mapper development; +Cc: christophe.varoqui
[-- Attachment #1.1: Type: text/plain, Size: 1137 bytes --]
Trying to get multipath-tools working on a debian system, multipath the
tool works but multipathd segfaults.
getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY,
rlim_max=RLIM_INFINITY}) = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) =
0
getpid() = 3700
rt_sigaction(SIGRTMIN, {0x40024030, [], 0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x40024080, [], 0}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x40024150, [], 0}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffffa74, 31, (nil), 0}) = 0
brk(0) = 0x8052000
brk(0x8073000) = 0x8073000
brk(0) = 0x8073000
clone(Process 3701 attached
child_stack=0x8056038, flags=CLONE_NEWNS) = 3701
[pid 3700] exit_group(0) = ?
[pid 3701] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 3701 detached
please advice, should I try to compile my own version?
Cheers
Arthur
-----
CTO @ Fotango Ltd
+447834716919
http://www.fotango.com/
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 186 bytes --]
[-- Attachment #2: Type: text/plain, Size: 93 bytes --]
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: crash in multipathd
2005-01-30 20:30 crash in multipathd Arthur Bergman
@ 2005-01-30 20:59 ` Christophe Varoqui
[not found] ` <a80f8224e84fa48e92f6e4ad243143ec@fotango.com>
1 sibling, 0 replies; 4+ messages in thread
From: Christophe Varoqui @ 2005-01-30 20:59 UTC (permalink / raw)
To: device-mapper development
>
> please advice, should I try to compile my own version?
>
You should try that , yes.
If it fixes the problem, you should report to Debian, as they added a
patch to inhibit the pidfile logic in the daemon since 0.4.2
regards,
cvaroqui
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <a80f8224e84fa48e92f6e4ad243143ec@fotango.com>]
* Re: crash in multipathd
[not found] ` <a80f8224e84fa48e92f6e4ad243143ec@fotango.com>
@ 2005-02-02 22:21 ` Christophe Varoqui
[not found] ` <d1785912e4f98968687a3bd6b3084aed@fotango.com>
0 siblings, 1 reply; 4+ messages in thread
From: Christophe Varoqui @ 2005-02-02 22:21 UTC (permalink / raw)
To: Arthur Bergman; +Cc: device-mapper development
Works here on x86 and amd64.
Can you give a little more background ?
regards,
cvaroqui
Arthur Bergman wrote:
> I tried compiling my own version and the same thing happens,
>
> so using multipath -S works to set them up, but multipathd crashes...
>
> also, gdb crashes when I try to debug it!
>
> cheers
> Arthur
>
> -----
> CTO @ Fotango Ltd
> +447834716919
> http://www.fotango.com/
>
> On 30 Jan 2005, at 20:30, Arthur Bergman wrote:
>
>> Trying to get multipath-tools working on a debian system, multipath
>> the tool works but multipathd segfaults.
>>
>> getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY,
>> rlim_max=RLIM_INFINITY}) = 0
>> setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY})
>> = 0
>> getpid() = 3700
>> rt_sigaction(SIGRTMIN, {0x40024030, [], 0}, NULL, 8) = 0
>> rt_sigaction(SIGRT_1, {0x40024080, [], 0}, NULL, 8) = 0
>> rt_sigaction(SIGRT_2, {0x40024150, [], 0}, NULL, 8) = 0
>> rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
>> rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0
>> _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffffa74, 31, (nil), 0}) = 0
>> brk(0) = 0x8052000
>> brk(0x8073000) = 0x8073000
>> brk(0) = 0x8073000
>> clone(Process 3701 attached
>> child_stack=0x8056038, flags=CLONE_NEWNS) = 3701
>> [pid 3700] exit_group(0) = ?
>> [pid 3701] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
>> Process 3701 detached
>>
>> please advice, should I try to compile my own version?
>>
>> Cheers
>> Arthur
>>
>> -----
>> CTO @ Fotango Ltd
>> +447834716919
>> http://www.fotango.com/
>> --
>> dm-devel mailing list
>> dm-devel@redhat.com
>> https://www.redhat.com/mailman/listinfo/dm-devel
>
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-02-02 22:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-30 20:30 crash in multipathd Arthur Bergman
2005-01-30 20:59 ` Christophe Varoqui
[not found] ` <a80f8224e84fa48e92f6e4ad243143ec@fotango.com>
2005-02-02 22:21 ` Christophe Varoqui
[not found] ` <d1785912e4f98968687a3bd6b3084aed@fotango.com>
2005-02-02 22:46 ` Christophe Varoqui
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.