Re: Strange behavior in run-time vs. dbx behavior when using shmget
Next message: Matt Frye: "Re: need help with telnet to AIX - wierd situation this ...."
Date: 29 May 2004 11:37:05 -0700
israelaix@hotmail.com (Israel Waldman) writes:
> I have some ideas:
> 1. maybe other process is using this 0x60000000 segment.
...
5. Maybe you are not following the procedure one must follow when
writing self-modifying code, e.g. flushing D-cache to memory.
Search for "Self-modifying code" here:
http://www-106.ibm.com/developerworks/linux/library/l-powarch/
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
Next message: Matt Frye: "Re: need help with telnet to AIX - wierd situation this ...."
Relevant Pages
- Re: Memory management strategy
... >>trading memory for speed ... The use of registers instead of the stack doesn't need inlining. ... >longer instructions to access smaller data than they were optimized for. ... square) but it didn't need recursion or some kind of stack. ... (comp.lang.c) - Re: Bounding memory usage
... could some of you guys give me pointers to some static analyzes ... that are able to determine when a program consumes a bounded amount of ... and then estimate the mean memory usage... ... (for example, by ignoring recursion and loops), or run into cases where the ... (comp.compilers) - Re: Garbage collection
... programmer to avoid bugs in MANUALLY done memory management? ... allocated memory, no recursion, and the maximum call depth and memory ... Even if it is not tightly constrained (where I worked there was a standard requirement of 50% free resources to allow for future enhancements) it still makes it harder to *prove* that it is safe. ... (comp.lang.c) - Re: Factorial
... not modify any memory within it's own code segment, ... excessively obsessed with the specialized problem of sorting data *in ... integer array containing a list of array indexes to the ... when it's done in a situation that actually *calls* for recursion, ... (microsoft.public.vb.general.discussion) - Re: memory leak in asp 2.0
... At logon I open dataset and appropriate tableadapters and save them and few datatables in session. ... May be dataadapter should be open for short time or control has hiden recursion. ... Also it would be useful to know how much specific page gets in memory or when I leave it forever, so I can release it forever. ... (microsoft.public.dotnet.framework.aspnet) |
|