BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001584 [BusyBox] Other crash always 11-09-07 13:31 11-09-07 17:59
Reporter fpapa View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0001584: svn 20071109 init.c fork bug causes launching all inittab processes concurrently
Description init.c line 371:
/* Now fork off another process to just hang around */
pid = fork();
if (pid) {
        message(L_LOG | L_CONSOLE, "Can't fork");
        _exit(1);
}

should be if (pid < 0) {...
Additional Information
Attached Files

- Relationships

- Notes
(0002906)
vda
11-09-07 17:59

Applied to svn. Thanks!
 

- Issue History
Date Modified Username Field Change
11-09-07 13:31 fpapa New Issue
11-09-07 13:31 fpapa Status new => assigned
11-09-07 13:31 fpapa Assigned To  => BusyBox
11-09-07 17:59 vda Status assigned => closed
11-09-07 17:59 vda Note Added: 0002906
11-09-07 17:59 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker