From: DanD <djd3of5@yahoo.com>
To: linux-mm@kvack.org
Subject: Reading zeros from mmap'ed memory while debugging
Date: Tue, 19 Apr 2005 09:58:21 -0500 [thread overview]
Message-ID: <42651C8D.2080606@yahoo.com> (raw)
Hello,
I have encountered something that appears a little strange.
Background:
- Dell desktop running Red Hat Linux 8.0, KDE desktop/gui
- I have an application and PCI driver (not written by me) that
o does first open PCI driver and mmap 16K, shared
o zeros 16K memory array used for second open & mmap
o does second open PCI driver and mmap 16K, shared & fixed
- Attempting to debug application using ddd and gdb
- Logic analyzer connected to PCI bus to trace all
reads and writes to PCI card
Observation:
- Reads and writes to addresses from first mmap
o data written to mmap address goes out to PCI
o data reads from mmap address cause PCI read
to occur (with valid data), returns data
read from PCI to application
- Reads and writes to addresses from second mmap
o data written to mmap address goes out to PCI
o data reads from mmap address cause PCI read
to occur (with valid data), but zeros are
returned to the application as value read
Questions:
- Is this the expected behavior?
- If so, why?
- If not, any thoughts on what is going wrong?
Much thanks,
Dan
--
=============================================
DanD
djd3of5@yahoo.com
Senior Engineer
Work Experience: Windows & Linux
"We live in an imperfect world"
=============================================
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
reply other threads:[~2005-04-19 14:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42651C8D.2080606@yahoo.com \
--to=djd3of5@yahoo.com \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.