Hello Jordi,

It's my first bug-report (I just switched from Etch to Sid), so I hope I did everything right. My fstab is attached to this mail. This long line does have a tab in it actually (I think more then 1, I always use tabs to seperate the different parts in a fstab line). It occurs on the lines which refer to the Samba shares on my other Debian server (those '/mnt/Tuxserver' lines).

I hope you can figure out the problem.

Thanks,

Duncan



Jordi Mallach wrote:
On Thu, Aug 25, 2005 at 11:25:38PM +0200, Duncan Geoffry Doyle wrote:
  
Nano crashes when editing my fstab file, which contains some very long
lines. This crash only occurs when nano is opened in a fullscreen
gnome-terminal. In a smaller gnome-terminal it doesn't crash.

A similar bug was opened for version 1.3.7, and it should be resolved
1.3.8, but apparently is isn't resolved.
    

Right. Does your long line have a tab at the end?

  
The exact error message is:
*** glibc detected *** realloc(): invalid next size: 0x080f0b98

I can send my fstab file if you can't reproduce the bug.
    

I guess that'd be useful, yes.

Thanks,
Jordi
  

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
sysfs           /sys            sysfs   defaults        0       0

/dev/hda2       /               ext3    defaults,errors=remount-ro      0       
1
/dev/hda5       none            swap    sw              0       0
/dev/hdd        /media/cdrom0   iso9660 ro,user,noauto  0       0
/dev/hdb        /media/cdrom1   iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

#Mountpoints on second disk
/dev/hdc1       /home           ext3    defaults,errors=remount-ro      0       
2
/dev/hdc5       /mnt/NTFS       ntfs    noauto,user,ro                  0       0
/dev/hdc6       /mnt/Fat32      vfat    defaults,umask=000              0       0
/dev/hdc7       /mnt/BackupDrive2       vfat    defaults,umask=000      0       0

#FAT32 mountpoint on first disk
/dev/hda6       /mnt/BackupDrive        vfat    defaults,umask=000              
0       0

#iPod
/dev/sda2       /mnt/ipod       vfat    defaults,user,noauto            0       0


#Tuxserver shares
//192.168.10.14/Share1  /mnt/Tuxserver_Share1   smbfs   
credentials=/home/mccloud/.smbpasswd,defaults,user,noauto       0       0
//192.168.10.14/Share2  /mnt/Tuxserver_Share2   smbfs   
credentials=/home/mccloud/.smbpasswd,defaults,user,noauto       0       0 
//192.168.10.14/Share3  /mnt/Tuxserver_Share3   smbfs   
credentials=/home/mccloud/.smbpasswd,defaults,user,noauto       0       0
//192.168.10.14/homes   /mnt/Tuxserver_Home1    smbfs   
credentials=/home/mccloud/.smbpasswd,defaults,user,noauto       0       0

#Shares Ali
//192.168.10.2/Duncan  /mnt/Ali                 smbfs   
credentials=/home/mccloud/.smbpasswd,defaults,user,noauto       0       0

#Shares Alan
//192.168.10.3/SHARE  /mnt/Alan                 smbfs   
credentials=/home/mccloud/.smbpasswd_master,defaults,user,noauto       0        0

Reply via email to