Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#18 closed enhancement (fixed)

read() on /dev/kmem may fail, needs workaround

Reported by: rainer Owned by: rainer
Priority: major Milestone: 2.2.1
Component: main Version: 2.2.0
Keywords: Cc:

Description

On recent kernels, read() on /dev/kmem may fail, although mmap() will succeed. On older kernels, using mmap() may result in problems. The solution would be to try read() first, and fallback on mmap() if read() fails.

Change History (1)

comment:1 by rainer, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [41].

Note: See TracTickets for help on using tickets.