* [uml-devel] [Bug 98444] valgrind fails to run against user-mode-linux (UML) process - clone
2005-02-02 21:02 [uml-devel] [Bug 98444] New: " das deniz
@ 2005-02-02 21:11 ` das deniz
2005-02-03 1:17 ` Jeremy Fitzhardinge
1 sibling, 0 replies; 4+ messages in thread
From: das deniz @ 2005-02-02 21:11 UTC (permalink / raw)
To: user-mode-linux-devel
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.kde.org/show_bug.cgi?id=98444
------- Additional Comments From das_deniz yahoo com 2005-02-02 22:11 -------
Created an attachment (id=9396)
--> (http://bugs.kde.org/attachment.cgi?id=9396&action=view)
complete valgrind log of crash
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [uml-devel] [Bug 98444] valgrind fails to run against user-mode-linux (UML) process - clone
2005-02-02 21:02 [uml-devel] [Bug 98444] New: " das deniz
2005-02-02 21:11 ` [uml-devel] [Bug 98444] " das deniz
@ 2005-02-03 1:17 ` Jeremy Fitzhardinge
1 sibling, 0 replies; 4+ messages in thread
From: Jeremy Fitzhardinge @ 2005-02-03 1:17 UTC (permalink / raw)
To: user-mode-linux-devel
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.kde.org/show_bug.cgi?id=98444
------- Additional Comments From jeremy goop org 2005-02-03 02:17 -------
Hm, nothing obvious sticks out. That clone() is basically just a fork() with no special options, which Valgrind has supported for a long time, so I'm not sure what's going on there. The warnings about tlsinfo and *_tidptr are spurious.
It seems the child process just jumps to 0x7 as soon as it starts running...
Is there any difference with --tool=none?
BTW, you're still going to get bitten by stack switching with memcheck and addrcheck.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [uml-devel] [Bug 98444] valgrind fails to run against user-mode-linux (UML) process - clone
[not found] <bug-98444-50230@http.bugs.kde.org/>
@ 2008-08-28 0:18 ` Steve VanDeBogart
2009-07-02 4:11 ` Nicholas Nethercote
1 sibling, 0 replies; 4+ messages in thread
From: Steve VanDeBogart @ 2008-08-28 0:18 UTC (permalink / raw)
To: user-mode-linux-devel
http://bugs.kde.org/show_bug.cgi?id=98444
Steve VanDeBogart vandebo-valgrind nerdbox net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vandebo-valgrind@nerdbox.net
--- Comment #3 from Steve VanDeBogart <vandebo-valgrind nerdbox net> 2008-08-28 02:18:56 ---
There is now a wiki page that describes how to get valgrind to work with User
Mode Linux here: http://uml.jfdi.org/uml/Wiki.jsp?page=ValgrindingUML
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [uml-devel] [Bug 98444] valgrind fails to run against user-mode-linux (UML) process - clone
[not found] <bug-98444-50230@http.bugs.kde.org/>
2008-08-28 0:18 ` [uml-devel] [Bug 98444] valgrind fails to run against user-mode-linux (UML) process - clone Steve VanDeBogart
@ 2009-07-02 4:11 ` Nicholas Nethercote
1 sibling, 0 replies; 4+ messages in thread
From: Nicholas Nethercote @ 2009-07-02 4:11 UTC (permalink / raw)
To: user-mode-linux-devel
https://bugs.kde.org/show_bug.cgi?id=98444
Nicholas Nethercote <njn@valgrind.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |njn@valgrind.org
Resolution| |WONTFIX
--- Comment #4 from Nicholas Nethercote <njn valgrind org> 2009-07-02 06:11:20 ---
I'm closing crashing and similar bugs that are more than two years old. If
you still see this problem with Valgrind 3.4.1 please reopen the bug report.
Thanks.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
------------------------------------------------------------------------------
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-02 4:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-98444-50230@http.bugs.kde.org/>
2008-08-28 0:18 ` [uml-devel] [Bug 98444] valgrind fails to run against user-mode-linux (UML) process - clone Steve VanDeBogart
2009-07-02 4:11 ` Nicholas Nethercote
2005-02-02 21:02 [uml-devel] [Bug 98444] New: " das deniz
2005-02-02 21:11 ` [uml-devel] [Bug 98444] " das deniz
2005-02-03 1:17 ` Jeremy Fitzhardinge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox