Comment 63 for bug 544139

Revision history for this message
Lennie (lbesselink) wrote :

What I mean is, it starts up tried to find the active vt, when that succeeds it continues to the next step, it tried to get it again but fails. Then starts the threads, but not for the active console:

                /* don't wait on the active vc */
                if (i == current_num) {
                        continue;
                }