Description of problem: Running the instructions @ https://fedoraproject.org/wiki/Getting_started_with_OpenStack_Nova and try to run command nova-manage project zipfile markmc markmc and it fails with a segment fault. The line above says Then download a set of credentials for this user/project: which is not clear what should happen. Do I need a file or should the command generate one. I am in the root directory logged in as root. Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. See above 2. 3. Actual results: Segment fault Expected results: I think a zip file. Additional info:
TR: thanks for the report! Is this on i686? Are you seeing similar errors to bug #746771 ? If not, could you include details of exactly what errors you're seeing?
x86_64 fully patch version of Fedora 16 running on a Virt Machine. I have glibc-debuginfo installed
Created attachment 528864 [details] Details of the crash
Thanks TR We really need to get a stack trace. See http://fedoraproject.org/wiki/StackTraces you can do e.g. $> gdb python (gdb) run /usr/bin/nova-manage project zipfile markmc markmc ... (gdb) thread apply all bt full
Created attachment 529095 [details] gdb listing 1
Created attachment 529096 [details] gdb listing 2
Again this is in memcpy, so I'm going to mark as a duplicate of bug #746771 *** This bug has been marked as a duplicate of bug 746771 ***
Thanks for getting those stack traces TR!