← Back to team overview

sslug-teknik team mailing list archive

emacs giver segmentation fault n�nmdb k�rer

 

Jeg har sat Samba op på både en RH7.2 maskine og nogle RH8.0, så disse
fungerer som WINS clients, således at jeg kan bruge DHCP/WINS til IP
tildeling/opslag i et NT netværk.

Uddrag af smb.conf:
===================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = xxxxxxxx

# server string is the equivalent of the NT Description field
   server string = yyyyyyyy

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.
host allow = 192.168.1.
:
:
wins server = 192.168.1.2
===================

Mit problem er, at emacs giver segmentation fault når den startes, hvis nmdb
kører.

gdb backtrace:
===================
Program received signal SIGSEGV, Segmentation fault.
0x080f0bfb in init_system_name ()
(gdb) bt
#0  0x080f0bfb in init_system_name ()
#1  0x0812d9bb in init_editfns ()
#2  0x080db1dd in main ()
#3  0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
===================

Jeg har dette problem på både RH7.2 maskinen og på RH8.0 maskinerne:

RH7.2:
     emacs-20.7-41
     samba-2.2.7-1

RH8.0:
    emacs-21.2-18
    samba-2.2.7a-1

Nogle gode ideer til hvordan jeg kan løse dette problem ?

/Morten





Follow ups