https://bugzilla.novell.com/show_bug.cgi?id=693131 https://bugzilla.novell.com/show_bug.cgi?id=693131#c2 Jared Hudson <jahudson@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jahudson@novell.com --- Comment #2 from Jared Hudson <jahudson@novell.com> 2011-05-26 11:50:19 CDT --- I'm also experiencing this problem. OS: opensuse11.4 i586 Package: multipath-tools-0.4.8-57.1.i586 I have no configuration in /etc/multipath.conf Running multipathd as multipathd -d works. Running it as just multipathd causes a crash. I'll attach the associated core file. As a workaround I made these changes to /etc/init.d/multipathd ------------------------------------------------------- --- multipathd~ 2011-05-26 11:48:50.681709043 -0500 +++ multipathd 2011-05-26 11:48:03.976279373 -0500 @@ -19,7 +19,7 @@ DAEMON=/sbin/multipathd PIDFILE=/var/run/multipathd.pid MPATH_INIT_TIMEOUT=10 -ARGS="" +ARGS="-d &>/dev/null &" # Set the maximum number of open files MAX_OPEN_FDS=4096 @@ -52,6 +52,7 @@ fi $DAEMON $ARGS + sleep 3 if [ -n "$DAEMON_ASYNC_STARTUP" ] ; then rc_status -v ------------------------------------------------------- Core was generated by `/sbin/multipathd'. Program terminated with signal 6, Aborted. #0 0xffffe430 in __kernel_vsyscall () (gdb) bt #0 0xffffe430 in __kernel_vsyscall () #1 0xb76558df in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #2 0xb7657220 in abort () at abort.c:92 #3 0xb7691e07 in __libc_message (do_abort=2, fmt=0xb77582db "*** %s ***: %s terminated\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:186 #4 0xb7715070 in __fortify_fail (msg=0xb775825c "buffer overflow detected") at fortify_fail.c:32 #5 0xb7712e27 in __chk_fail () at chk_fail.c:29 #6 0xb771208e in __strcpy_chk (dest=0x8059180 "3200", src=0xbfcf371c "32000000c505344af: event checker started\n", destlen=<value optimized out>) at strcpy_chk.c:61 #7 0xb77c1637 in strcpy (prio=5, fmt=0xb77ca9d3 "%s: event checker started\n", ap=0xbfcf38cc " \257\022\b@\240y\267\364\177\005\b \257\022\b\004\257\022\b\200%\006\b@_\214\267\b\220\005\b\364\177\005\b") at /usr/include/bits/string3.h:105 #8 log_enqueue (prio=5, fmt=0xb77ca9d3 "%s: event checker started\n", ap=0xbfcf38cc " \257\022\b@\240y\267\364\177\005\b \257\022\b\004\257\022\b\200%\006\b@_\214\267\b\220\005\b\364\177\005\b") at log.c:151 #9 0xb77c1034 in log_safe (prio=5, fmt=0xb77ca9d3 "%s: event checker started\n", ap=0xbfcf38cc " \257\022\b@\240y\267\364\177\005\b \257\022\b\004\257\022\b\200%\006\b@_\214\267\b\220\005\b\364\177\005\b") at log_pthread.c:40 #10 0xb77b4665 in dlog (sink=1, prio=2, fmt=0xb77ca9d3 "%s: event checker started\n") at debug.c:36 #11 0xb77c6b5e in start_waiter_thread (mpp=0x8064820, vecs=0x8062580) at waiter.c:240 #12 0x0804ed74 in configure (vecs=0x8062580, start_waiters=1) at main.c:1271 #13 0x0804f7be in child (argc=1, argv=0xbfcf3b34) at main.c:1523 #14 main (argc=1, argv=0xbfcf3b34) at main.c:1753 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.