Comment 2 for bug 649591

Revision history for this message
Scott Moser (smoser) wrote : Re: mountall spins eating cpu when 'nobootwait' option exists in fstab

I installed debugging libraries and found 2 more pieces of info:
a.) removing 'comment=cloudconfig' works around the problem
b.) mountall is spinning in cut_options at mountall.c:622
When I attach with gdb backtrace shows:

#0 0xb7884c42 in cut_options (parent=0x0, mnt=0xb8ffbff8) at mountall.c:622
#1 0xb7884fbe in run_mount (mnt=0xb8ffbff8, fake=0) at mountall.c:1843
#2 0xb78867b9 in try_mount (mnt=0xb8ffbff8, force=0) at mountall.c:1659
#3 0xb7881fe8 in spawn_child_handler (proc=0xb9000478, pid=437,
    event=NIH_CHILD_EXITED, status=0) at mountall.c:1789
#4 0xb784b6bb in nih_child_poll () at child.c:217
#5 0xb784eed2 in nih_main_loop () at main.c:600
#6 0xb7888994 in main (argc=3, argv=0xbfaa7db4) at mountall.c:3409