Mailinglist Archive: opensuse-bugs (4204 mails)
| < Previous | Next > |
[Bug 734527] systemd-vconsole-setup.service segfaults at boot process
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 5 Dec 2011 13:24:12 +0000
- Message-id: <20111205132412.3B009245524@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=734527
https://bugzilla.novell.com/show_bug.cgi?id=734527#c6
--- Comment #6 from Matwey Kornilov <matwey.kornilov@xxxxxxxxx> 2011-12-05
16:24:11 MSK ---
systemd-37-302.1 from home:fcrozat:systemd also doesn't work for me :(
I've installed the following packages (and went back to systemd from main
repo):
systemd-debuginfo-37-3.4.1.i586
glibc-debuginfo-2.14.1-14.12.2.i686
Reading symbols from /lib/systemd/systemd-vconsole-setup...Reading symbols from
/usr/lib/debug/lib/systemd/systemd-vconsole-setup.debug...done.
done.
(gdb) run
Starting program: /lib/systemd/systemd-vconsole-setup
Missing separate debuginfo for /lib/libselinux.so.1
Try: zypper install -C
"debuginfo(build-id)=cda445d37d78f3a4bbc79c0fde65706425fe5048"
Missing separate debuginfo for /lib/libcap.so.2
Try: zypper install -C
"debuginfo(build-id)=fcf69089ed068b7dd7d7bf9191f1a7b3375c6225"
[Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault.
__GI___strcasecmp (s1=0x0, s2=0x804e55c "YES") at strcasecmp.c:65
65 while ((result = TOLOWER (*p1) - TOLOWER (*p2++)) == 0)
(gdb) bt
#0 __GI___strcasecmp (s1=0x0, s2=0x804e55c "YES") at strcasecmp.c:65
#1 0x0804a6a5 in main (argc=1, argv=0xbffff864) at src/vconsole-setup.c:388
It seems that parse_env_file can't parse KBD_DISABLE_CAPS_LOCK but return value
isn't handled properly.
I compared /etc/sysconfig/keyboard on different machines and it seems to me
that there KBD_DISABLE_CAPS_LOCK="" should be KBD_DISABLE_CAPS_LOCK="no".
Unfortunately, I will be able to check this only after tomorrow :)
--
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.
| < Previous | Next > |