Bug 250012
| Summary: | rsyslog-1.17.2-4.fc8: segfaults on startup | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joseph Sacco <jsacco> | ||||
| Component: | rsyslog | Assignee: | Peter Vrabec <pvrabec> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | powerpc | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-07-30 17:17:06 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Joseph Sacco
2007-07-29 12:51:37 UTC
Created attachment 160186 [details]
output from "/sbin/rsyslogd -d -m 0"
(gdb) bt
#0 0x0fee60e4 in __atomic_writev_replacement () from /lib/libc.so.6
#1 0x10014d1c in writeFile (f=0x1002f4c8) at omfile.c:361
#2 0x10015134 in doActionFile (f=0x7) at omfile.c:433
#3 0x10004cc0 in fprintlog (f=0x1002f4c8) at syslogd.c:3297
#4 0x10005ed8 in processMsg (pMsg=0x1002f358) at syslogd.c:2424
#5 0x10004e34 in logmsg (pri=<value optimized out>, pMsg=0x1002f358, flags=5)
at syslogd.c:2611
#6 0x10005938 in logmsgInternal (pri=46,
msg=0x7fa672fe " [origin software=\"rsyslogd\" swVersion=\"1.17.2\"
x-pid=\"6221\"][x-configInfo udpReception=\"No\" udpPort=\"514\"
tcpReception=\"No\" tcpPort=\"0\"] restart", flags=4)
at syslogd.c:2172
#7 0x100091c0 in init () at syslogd.c:4495
#8 0x1000b410 in main (argc=<value optimized out>, argv=<value optimized out>)
at syslogd.c:6405
#9 0x0fe1de0c in generic_start_main () from /lib/libc.so.6
#10 0x0fe1e060 in __libc_start_main () from /lib/libc.so.6
#11 0x00000000 in ?? ()
Could you test it with rsyslog-1.17.5-1, please. I wasn't able to reproduce it with the newest(-5) release on ppc64. http://people.redhat.com/pvrabec/rpms/rsyslog/rsyslog-1.17.5-1.src.rpm Peter, Version 1.17.5-1, fetched from Koji today, starts up immediately and runs on my 32-bit PPC. -Joseph |