Debian Bug report logs - #484237
slirpvde segfaults on start

version graph

Package: vde2; Maintainer for vde2 is Debian VSquare Team <virtualsquare@cs.unibo.it>; Source for vde2 is src:vde2 (PTS, buildd, popcon).

Reported by: martin f krafft <madduck@debian.org>

Date: Tue, 3 Jun 2008 07:03:07 UTC

Severity: normal

Tags: fixed-upstream

Merged with 484265

Found in version vde2/2.2.0-pre2-1

Fixed in version 2.2.1-1

Done: martin f krafft <madduck@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#484237; Package vde2. (full text, mbox, link).


Message #3 received at submit@bugs.debian.org (full text, mbox, reply):

From: martin f krafft <madduck@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: slirpvde segfaults on start
Date: Tue, 3 Jun 2008 08:50:52 +0200
[Message part 1 (text/plain, inline)]
Package: vde2
Version: 2.2.0-pre2-1
Severity: normal
File: /usr/bin/slirpvde

After creating a VDE switch with

  % vde_switch -s . -m 660 -p vde_switch.pid -M vde_switch.mgmt --mgmtmode 660 -g madduck

I get

  % ls
  vde_switch.mgmt    ctl    vde_switch.pid

I then start slirpvde:

  % slirpvde -sock ctl -dhcp -D 
  IP address of your DNS(s): 192.168.2.1
  zsh: segmentation fault  slirpvde -sock ctl -dhcp -D

strace attached.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1+scoflowctrl.1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vde2 depends on:
ii  adduser                     3.107        add and remove users and groups
ii  libc6                       2.7-11       GNU C Library: Shared libraries
ii  libpcap0.8                  0.9.8-3      system interface for user-level pa
ii  libvdemgmt0                 2.2.0-pre2-1 Virtual Distributed Ethernet - Man
ii  libvdeplug2                 2.2.0-pre2-1 Virtual Distributed Ethernet - Plu

Versions of packages vde2 recommends:
ii  daemon                        0.6.3-1    turns other processes into daemons

-- no debconf information


-- 
 .''`.   martin f. krafft <madduck@debian.org>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
[slirpvde.strace.bz2 (application/octet-stream, attachment)]
[digital_signature_gpg.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#484237; Package vde2. (full text, mbox, link).


Acknowledgement sent to Ludovico Gardenghi <garden@acheronte.it>:
Extra info received and forwarded to list. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #8 received at 484237@bugs.debian.org (full text, mbox, reply):

From: Ludovico Gardenghi <garden@acheronte.it>
To: martin f krafft <madduck@debian.org>, 484237@bugs.debian.org
Subject: Re: Bug#484237: slirpvde segfaults on start
Date: Sun, 15 Jun 2008 13:04:52 +0200
merge 484265 484237
tags 484237 fixed-upstream
thanks

On Tue, Jun 03, 2008 at 08:50:52AM +0200, martin f krafft wrote:

>   zsh: segmentation fault  slirpvde -sock ctl -dhcp -D

This issue is related to #484265: libvdeplug (used by both slirpvde and
vde_plug) and vde_switch didn't convert the socket pathnames to absolute
ones, so when they exchanged information about them there was no
agreement if the CWD differed. In addition, slirpvde didn't check for a
successfull connection to the switch.

I believe I have fixed them in the VDE SVN, we'll soon make a new VDE
upstream and Debian release.

Thanks,
Ludovico
-- 
<garden@acheronte.it>        #acheronte (irc.freenode.net) ICQ: 64483080
GPG ID: 07F89BB8          Jabber: gardengl@gmail.com Yahoo: gardenghelle
-- This is signature nr. 4016




Merged 484237 484265. Request was from Ludovico Gardenghi <garden@acheronte.it> to control@bugs.debian.org. (Sun, 15 Jun 2008 11:24:04 GMT) (full text, mbox, link).


Tags added: fixed-upstream Request was from Ludovico Gardenghi <garden@acheronte.it> to control@bugs.debian.org. (Sun, 15 Jun 2008 11:24:06 GMT) (full text, mbox, link).


Reply sent to martin f krafft <madduck@debian.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to martin f krafft <madduck@debian.org>:
Bug acknowledged by developer. (full text, mbox, link).


Message #17 received at 484237-done@bugs.debian.org (full text, mbox, reply):

From: martin f krafft <madduck@debian.org>
To: Ludovico Gardenghi <garden@acheronte.it>
Cc: 484237-done@bugs.debian.org
Subject: Re: Bug#484237: slirpvde segfaults on start
Date: Tue, 8 Jul 2008 15:29:45 +0200
[Message part 1 (text/plain, inline)]
Version: 2.2.1-1

also sprach Ludovico Gardenghi <garden@acheronte.it> [2008.06.15.1304 +0200]:
> >   zsh: segmentation fault  slirpvde -sock ctl -dhcp -D
> 
> This issue is related to #484265: libvdeplug (used by both
> slirpvde and vde_plug) and vde_switch didn't convert the socket
> pathnames to absolute ones, so when they exchanged information
> about them there was no agreement if the CWD differed. In
> addition, slirpvde didn't check for a successfull connection to
> the switch.

Yes, fixed in 2.2.1-1

-- 
 .''`.   martin f. krafft <madduck@debian.org>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
"it has been said about the EPO that if you fart in front of their
 building, you are granted a patent on 'gas tank depressurizing by
 opening a venting pipe.'"
                                        -- gyrosgeier on #debian-devel
[digital_signature_gpg.asc (application/pgp-signature, inline)]

Reply sent to martin f krafft <madduck@debian.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to martin f krafft <madduck@debian.org>:
Bug acknowledged by developer. (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Wed, 06 Aug 2008 07:30:28 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 04:02:01 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.