[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-08-09 Thread Oliver Grawert
turning that into a sync request, full changelog since 2.9.3-3 below,
archive team: please sync 2.9.6-1 from debian sid, all ubuntu changes
are merged upstream.


nbd  (1:2.9.6-1) unstable; urgency=low

   * New upstream (brown paper bag) release, that really fixes the segfault
 this time.

 -- Wouter Verhelst [EMAIL PROTECTED]  Thu, 19 Jul 2007 12:04:22 +0200
nbd (1:2.9.5-1) unstable; urgency=low

   * New upstream release
 - Fixes segfault in nbd-server

 -- Wouter Verhelst [EMAIL PROTECTED]  Tue, 17 Jul 2007 09:34:26 +0200
nbd (1:2.9.4-2) unstable; urgency=low

   * Generate dependencies for nbd-client-udeb, too

 -- Wouter Verhelst [EMAIL PROTECTED]  Fri, 13 Jul 2007 03:58:33 +0200
nbd (1:2.9.4-1) unstable; urgency=low

   * New upstream release
 - Contains r258 proper
 - Contains fix for and re-enables inetd mode. Hi, LTSP! Closes: #317888
   * Modify debian/rules' clean: target to make lintian happy.

 -- Wouter Verhelst [EMAIL PROTECTED]  Mon, 25 Jun 2007 20:51:30 +0100

** Summary changed:

- nbd-server crashed with SIGSEGV
+ please sync nbd-server from unstable to fix SIGSEGV

** Changed in: nbd (Ubuntu)
   Status: Confirmed = In Progress

-- 
please sync nbd-server from unstable to fix SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-08-08 Thread Martin Pitt
** Changed in: nbd (Ubuntu)
 Assignee: (unassigned) = Oliver Grawert
   Target: None = tribe-5

-- 
nbd-server crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-07-31 Thread Jan Claeys
Wouter Verhelst just told me that a nasty segfault bug in nbd-server
should be fixed in his latest Debian package and asked me to signal this
to the Ubuntu developers.  You might want to merge from Debian...

http://packages.debian.org/changelogs/pool/main/n/nbd/nbd_2.9.6-1/changelog

 nbd  (1:2.9.6-1) unstable; urgency=low

   * New upstream (brown paper bag) release, that really fixes the segfault
 this time.

 -- Wouter Verhelst [EMAIL PROTECTED]  Thu, 19 Jul 2007 12:04:22 +0200

-- 
nbd-server crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-07-23 Thread Scott Balneaves
** Changed in: nbd (Ubuntu)
   Status: Incomplete = Confirmed

-- 
nbd-server crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-07-15 Thread Scott Balneaves
The problem is the testing of the variable serve when it's not
initialized, owing to the default config file being empty (as it should
be), and no comand line arguments.

The following patch fixes the problem:

--- nbd-2.9.3/nbd-server.c  2007-07-15 22:05:36.0 -0500
+++ nbd-2.9.3.1/nbd-server.c2007-07-15 22:04:21.0 -0500
@@ -1527,7 +1527,7 @@
  * Main entry point...
  **/
 int main(int argc, char *argv[]) {
-   SERVER *serve;
+   SERVER *serve=NULL;
GArray *servers;
GError *err=NULL;
 
@@ -1550,7 +1550,7 @@
}
 
 /* We don't support this at this time */
-   if (!(serve-port)) {
+   if (serve  !(serve-port)) {
CLIENT *client;
 #ifndef ISSERVER
/* You really should define ISSERVER if you're going to use

-- 
nbd-server crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-06-28 Thread Sebastien Bacher
Thanks for your bug report. Please try to obtain a backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Changed in: nbd (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Incomplete

-- 
nbd-server crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-06-27 Thread Pavel MlĨoch

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/8215570/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8215571/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/8215572/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8215573/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8215574/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/8215575/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/8215577/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/8215578/ThreadStacktrace.txt

-- 
nbd-server crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122544] Re: nbd-server crashed with SIGSEGV

2007-06-27 Thread Apport retracing service

StacktraceTop:main (argc=) at nbd-server.c:1546
?? ()
?? ()
?? ()
?? ()

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/8215637/Stacktrace.txt

-- 
nbd-server crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122544
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs