Bug 237177
| Summary: | Emacs segfaults when invoked as 'emacs -q' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Khem Raj <raj.khem> | ||||
| Component: | emacs | Assignee: | Chip Coldwell <coldwell> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-05-21 15:20:49 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
Khem Raj
2007-04-19 20:52:29 UTC
(In reply to comment #0) > > I dumped the core and gdb'ed it Can you put the core somewhere where I can get it? Chip Created attachment 153220 [details]
core file
here is compressed core file.
It looks like emacs is catching a signal before the auto-save-list-file-name has been initialized, and that is causing the segfault. A more interesting question is why is emacs getting a signal when you start with the "-q" switch. Could you run this and post the output to this bug? strace -e trace=exit_group -e signal=\!sigio emacs -q here it comes. strace -e trace=exit_group -e signal=\!sigio emacs -q --- SIGCHLD (Child exited) @ 0 (0) --- --- SIGCHLD (Child exited) @ 0 (0) --- --- SIGCHLD (Child exited) @ 0 (0) --- --- SIGCHLD (Child exited) @ 0 (0) --- --- SIGCHLD (Child exited) @ 0 (0) --- (emacs:20950): 4-CRITICAL **: 4: assertion `\xff\xff\xff\xff' failed --- SIGSEGV (Segmentation fault) @ 0 (0) --- --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Process 20950 detached Could you try turning off SELinux and see if the bug reproduces? Chip (In reply to comment #5) > Could you try turning off SELinux and see if the bug reproduces? > > Chip > yes SELinux is turned off. My machine is a Core 2 duo machine(64 bit) running 32-bit Fedora I think this is very likely a duplicate of bug 239344; could you report your glibc version, please? (In reply to comment #7) > I think this is very likely a duplicate of bug 239344; could you report your > glibc version, please? glibc-2.5.90-22, which I think is latest. I just reinstalled emacs rpms and gave it another try but I got segfault Fatal error (11)Segmentation fault Could you try downgrading to glibc-2.5.90-21 and see if the problem goes away? *** This bug has been marked as a duplicate of 239344 *** |