Corruption in arguments of create and start (python3-lxc)

Bug #1177400 reported by Stéphane Graber
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
lxc (Ubuntu)
Fix Released
High
Stéphane Graber
Raring
Won't Fix
High
Stéphane Graber

Bug Description

== Rationale ==
The last cherry-pick of python3 fixes from upstream contained a memory bug in the function converting python tuples to char**, this leads to completely wrong arguments being passed to the init process or the create script.
This problem has since been tracked down and fixed upstream, the solution here is to update our cherry-pick to match the current upstream state.

== Test case ==
 1) Run the following in a python3 shell:
>>> import lxc
>>> test = lxc.Container("test")
>>> test.create("ubuntu", {"arch": "i386", "release": "raring"})
 2) While create() is running, check: ps aux | grep raring
 3) Confirm that the arguments to lxc-ubuntu match: --arch i386 --release raring

The bug was leading to those arguments to look like "raring raring --release raring"

== Regression potential ==
The updated C code has been upstream for a month now and used daily by several people and reviewed by several more so I'm very confident we won't see any regression in the python API with this cherry-pick.

Changed in lxc (Ubuntu):
status: New → Triaged
Changed in lxc (Ubuntu Raring):
status: New → Triaged
Changed in lxc (Ubuntu):
assignee: nobody → Stéphane Graber (stgraber)
Changed in lxc (Ubuntu Raring):
assignee: nobody → Stéphane Graber (stgraber)
Changed in lxc (Ubuntu):
importance: Undecided → High
Changed in lxc (Ubuntu Raring):
importance: Undecided → High
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxc - 0.9.0-0ubuntu4

---------------
lxc (0.9.0-0ubuntu4) saucy; urgency=low

  * Fix lxc-list crashing when passed --nesting with nested containers.
    (LP: #1177408)
  * Fix lxc-ls to show nested containers when using alternate lxcpath.
    (LP: #1177412)
  * Fix python3 API bug leading to parameter corruption in create and start.
    (LP: #1177400)
 -- Stephane Graber <email address hidden> Tue, 07 May 2013 10:48:40 -0400

Changed in lxc (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
Dave Walker (davewalker) wrote : Please test proposed package

Hello Stéphane, or anyone else affected,

Accepted lxc into raring-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/lxc/0.9.0-0ubuntu3.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 lxc (Ubuntu Raring):
status: Triaged → Fix Committed
tags: added: verification-needed
Revision history for this message
Stéphane Graber (stgraber) wrote :

Looks good here.

tags: added: verification-done
removed: verification-needed
Revision history for this message
Rolf Leggewie (r0lf) wrote :

raring has seen the end of its life and is no longer receiving any updates. Marking the raring task for this ticket as "Won't Fix".

Changed in lxc (Ubuntu Raring):
status: Fix Committed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.