Bug 489066 - emacsclient x86_64 segfaults when connecting to a tcp emacs server
Summary: emacsclient x86_64 segfaults when connecting to a tcp emacs server
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: emacs
Version: 10
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Novotny
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-07 00:51 UTC by Elliott Johnson
Modified: 2009-03-27 14:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-27 14:51:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
A patch to include the proper headers to prevent segfaulting on x86_64 systems running emacsclient (299 bytes, patch)
2009-03-07 00:51 UTC, Elliott Johnson
no flags Details | Diff

Description Elliott Johnson 2009-03-07 00:51:47 UTC
Created attachment 334376 [details]
A patch to include the proper headers to prevent segfaulting on x86_64 systems running emacsclient

Description of problem:

On x86_64 systems, emacsclient will segfault when connecting to a tcp based emacs server.

Version-Release number of selected component (if applicable):

emacs-common-22.3-3.fc10.x86_64

How reproducible:

Always

Steps to Reproduce:
1. start emacs
2. set emacs server to use tcp sockets "M-: (setq server-user-tcp t)"
3. start the emacs server "M-x server-start"
4. In a shell use emacsclient to connect to the tcp socket
    $ emacsclient -f ~/.emacs.d/server/server file.to.edit
  
Actual results:

Segfault

Expected results:

For the file to open in the emacs server for editing.

Additional info:

Attached is a patch to include the proper header, which fixes the problem.

Comment 1 Daniel Novotny 2009-03-27 14:51:39 UTC
thanks for the patch

included in emacs-22.3-10.fc11


Note You need to log in before you can comment on or make changes to this bug.