search for: termiant

Displaying 3 results from an estimated 3 matches for "termiant".

Did you mean: termant
2006 Feb 20
3
Background work
...I could dump to file after doing the render() or redirect_to() calls and perhaps the client would get their response before the method call terminated, that perhaps the render() / redirect_to() was actually ther response being sent. I''m pretty sure the this is wrong, that the method call termiantion signals the response to client, but I got a very odd error when I tried it; ActionController::DoubleRenderError (Can only render or redirect once per action): /vendor/rails/actionpack/lib/action_controller/base.rb:591:in `render_with_no_layout'' /vendor/rails/actionpack/lib/acti...
2008 Jun 09
6
FW: Memory Leak Problem in My Application running on Solaris 10.
Hi, This is regarding Dtrace usability for memory leak detection. We have real-time application written C++ which runs on Solaris 10 having a problem that''s the my application grows in size from 130 Mb to 450Mb in around 15 days. So there is two possibilities with the application growth of memory due to Size growth of Dictionary Objects (Like Maps) and Memory Leak.
2020 Mar 28
0
[klibc:update-dash] dash: expand: Do not reprocess data when expanding words
...is is accomplished by introducing a new EXP_DISCARD flag that tells argstr to only parse and not produce any actual expansions. Incidentally, argstr will now always NUL-terminate the expansion unless the EXP_WORD flag is set. This is because all but one caller of argstr wants the result to be NUL-termianted. Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/expand.c | 294 ++++++++++++++++++++++++------------------------------ usr/dash/expand.h | 2 +- 2 files changed, 133 insertions(+), 163 deletions(-) di...