[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package file-roller - 3.10.2.1-0ubuntu4.1

---
file-roller (3.10.2.1-0ubuntu4.1) trusty-proposed; urgency=medium

  * debian/patches/git_nautilus_extension_unref.patch:
- Stop nautilus crashing due to a missing unref in the file roller
  extension (LP: #1333606)
 -- Robert Ancell robert.anc...@canonical.com   Fri, 11 Jul 2014 19:44:25 
+1200

** Changed in: file-roller (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  Fix Released
Status in “file-roller” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Trusty:
  Fix Released

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-16 Thread Sami Jaktholm
The version in trusty-proposed doesn't cause a crash.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  Fix Released
Status in “file-roller” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-15 Thread Chris J Arges
Hello Christopher, or anyone else affected,

Accepted file-roller into trusty-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/file-
roller/3.10.2.1-0ubuntu4.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: file-roller (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  Fix Released
Status in “file-roller” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-12 Thread Bug Watch Updater
** Changed in: file-roller
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  Fix Released
Status in “file-roller” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Trusty:
  In Progress

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-11 Thread Robert Ancell
** Summary changed:

- nautilus crashed with SIGABRT in g_assertion_message()
+ Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  New
Status in “file-roller” package in Ubuntu:
  Triaged
Status in “file-roller” source package in Trusty:
  Triaged

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-11 Thread Robert Ancell
** Description changed:

  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server.
  
  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs
  
  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.
  
  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.
+ 
+ [Regression Potential]
+ The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

** Description changed:

  [Impact]
- Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server.
+ Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.
  
  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs
  
  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.
  
  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.
  
  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

** Changed in: file-roller (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: file-roller (Ubuntu Trusty)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

** Changed in: file-roller (Ubuntu)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

** Changed in: file-roller (Ubuntu)
   Status: Fix Committed = In Progress

** Changed in: file-roller (Ubuntu Trusty)
   Status: Triaged = Fix Committed

** Changed in: file-roller (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: file-roller (Ubuntu Trusty)
   Status: Fix Committed = In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  New
Status in “file-roller” package in Ubuntu:
  Fix Committed
Status in “file-roller” source package in Trusty:
  In Progress

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-11 Thread Launchpad Bug Tracker
This bug was fixed in the package file-roller - 3.10.2.1-0ubuntu5

---
file-roller (3.10.2.1-0ubuntu5) utopic; urgency=medium

  * debian/patches/git_nautilus_extension_unref.patch:
- Stop nautilus crashing due to a missing unref in the file roller
  extension (LP: #1333606)
 -- Robert Ancell robert.anc...@canonical.com   Fri, 11 Jul 2014 19:35:17 
+1200

** Changed in: file-roller (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  New
Status in “file-roller” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Trusty:
  In Progress

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1333606] Re: Disconnecting a server during a transfer causes nautilus to crash when reconnecting to that server

2014-07-11 Thread Bug Watch Updater
** Changed in: file-roller
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1333606

Title:
  Disconnecting a server during a transfer causes nautilus to crash when
  reconnecting to that server

Status in File Roller:
  Confirmed
Status in “file-roller” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Trusty:
  In Progress

Bug description:
  [Impact]
  Disconnecting a server during a transfer causes nautilus to crash when 
reconnecting to that server. This is due to a bug in the file-roller plugin.

  [Test Case]
  1. Open a nautilus window
  2. In sidebar, click Connect to Network
  3. Enter network address ftp://ftp.debian.org/;
  4. Click connect in both dialogs
  5. Start a file transfer
  6. While the transfer is occurring press eject button beside ftp.debian.org 
entry that appears in sidebar
  7. In sidebar, click Connect to Network
  8. Enter network address ftp://ftp.debian.org/;
  9. Click connect in both dialogs

  Expected result:
  Transfer starts, then is cancelled and at step 9 you are reconnected to the 
server and can browse files.

  Observed result:
  Transfer starts, then is cancelled and at step 9 nautilus crashes.

  [Regression Potential]
  The fix is adding a missing unref call in the code which is a simple memory 
leak bug and is unlikely to have negative consequences. Could expose any 
existing unref bug that may be hidden by this leak.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1333606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp