[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Kernel crash on device_map DEVICE_NULL
From: |
Roland McGrath |
Subject: |
Re: Kernel crash on device_map DEVICE_NULL |
Date: |
Thu, 22 Nov 2001 13:51:12 -0500 (EST) |
There is no meaningful sense in which ext2fs.static can "call device_map on
a null pointer". device_map is an RPC. The only way a user task "calls"
the kernel function is by sending an RPC. The RPC should never have gotten
there without a valid receiver port, so I don't see how it's possible.
- Hurd on Mach on GNU/Linux (verion 0.0.0), John Tobey, 2001/11/18
- Re: Hurd on Mach on GNU/Linux (verion 0.0.0), Roland McGrath, 2001/11/18
- Re: Hurd on Mach on GNU/Linux (verion 0.0.0), John Tobey, 2001/11/18
- Kernel crash on device_map DEVICE_NULL, John Tobey, 2001/11/22
- Re: Kernel crash on device_map DEVICE_NULL, Roland McGrath, 2001/11/23
- Re: Kernel crash on device_map DEVICE_NULL, John Tobey, 2001/11/24
- Re: Kernel crash on device_map DEVICE_NULL, Roland McGrath, 2001/11/24
- cruft and forks, John Tobey, 2001/11/24
- Re: cruft and forks, Marcus Brinkmann, 2001/11/25
- Re: cruft and forks, John Tobey, 2001/11/25
Re: Hurd on Mach on GNU/Linux (verion 0.0.0), Farid Hajji, 2001/11/19