|
From: Matt R. <li...@ve...> - 2009-09-15 08:00:37
|
Hi all, I use Debian Linux as my main production machines, and OSX Snow Leopard on my laptop. I was wondering if there's a plan to support 10.6 (Snow Leopard) in valgrind and if there is anything I can do to help with getting this to happen - I'd really love to be able to run in valgrind locally rather than uploading to a server to check. Obviously my code runs on OSX, but I prefer to run each change through Valgrind to make sure things don't get away on me :) -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) |
|
From: Nicholas N. <n.n...@gm...> - 2009-09-15 08:14:10
|
On Tue, Sep 15, 2009 at 6:00 PM, Matt Riddell <li...@ve...> wrote: > > I was wondering if there's a plan to support 10.6 (Snow Leopard) in > valgrind See http://blog.mozilla.com/nnethercote/2009/09/02/valgrind-and-mac-os-10-6/ . Nick |
|
From: Matt R. <li...@ve...> - 2009-09-15 08:30:19
|
On 15/09/09 8:13 PM, Nicholas Nethercote wrote: > On Tue, Sep 15, 2009 at 6:00 PM, Matt Riddell<li...@ve...> wrote: >> >> I was wondering if there's a plan to support 10.6 (Snow Leopard) in >> valgrind > > See http://blog.mozilla.com/nnethercote/2009/09/02/valgrind-and-mac-os-10-6/ . Yeah, seen those bugtrack entries and read the blog post :) I'd love to at least get the patches - to tell you the truth I couldn't care less if it took half an hour to start up :) Just as long as I could run it. -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) |
|
From: Greg P. <gp...@ap...> - 2009-09-16 19:15:48
|
On Sep 15, 2009, at 1:29 AM, Matt Riddell wrote: > On 15/09/09 8:13 PM, Nicholas Nethercote wrote: >> On Tue, Sep 15, 2009 at 6:00 PM, Matt >> Riddell<li...@ve...> wrote: >>> >>> I was wondering if there's a plan to support 10.6 (Snow Leopard) in >>> valgrind >> >> See http://blog.mozilla.com/nnethercote/2009/09/02/valgrind-and-mac-os-10-6/ >> . > > Yeah, seen those bugtrack entries and read the blog post :) > > I'd love to at least get the patches - to tell you the truth I > couldn't > care less if it took half an hour to start up :) Just as long as I > could > run it. A patch has been posted at https://bugs.kde.org/show_bug.cgi?id=205241 It's not quite clean enough for trunk, but should be good enough for those of you playing along at home. -- Greg Parker gp...@ap... Runtime Wrangler |
|
From: Matt R. <li...@ve...> - 2009-09-16 20:13:04
|
On 17/09/09 7:15 AM, Greg Parker wrote: > On Sep 15, 2009, at 1:29 AM, Matt Riddell wrote: >> On 15/09/09 8:13 PM, Nicholas Nethercote wrote: >>> On Tue, Sep 15, 2009 at 6:00 PM, Matt Riddell<li...@ve...> >>> wrote: >>>> >>>> I was wondering if there's a plan to support 10.6 (Snow Leopard) in >>>> valgrind >>> >>> See >>> http://blog.mozilla.com/nnethercote/2009/09/02/valgrind-and-mac-os-10-6/ >>> . >> >> Yeah, seen those bugtrack entries and read the blog post :) >> >> I'd love to at least get the patches - to tell you the truth I couldn't >> care less if it took half an hour to start up :) Just as long as I could >> run it. > > A patch has been posted at > https://bugs.kde.org/show_bug.cgi?id=205241 > > It's not quite clean enough for trunk, but should be good enough for > those of you playing along at home. How do I get around the initial configure problem? "configure: error: Valgrind works on Darwin 9.x (Mac OS X 10.5)" -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) |
|
From: Greg P. <gp...@ap...> - 2009-09-16 20:24:39
|
On Sep 16, 2009, at 1:12 PM, Matt Riddell wrote: > On 17/09/09 7:15 AM, Greg Parker wrote: >> >> A patch has been posted at >> https://bugs.kde.org/show_bug.cgi?id=205241 >> >> It's not quite clean enough for trunk, but should be good enough for >> those of you playing along at home. > > How do I get around the initial configure problem? > > "configure: error: Valgrind works on Darwin 9.x (Mac OS X 10.5)" The patched configure.in should handle that. Try running autogen.sh to rebuild configure from configure.in, or start again with a clean checkout. -- Greg Parker gp...@ap... Runtime Wrangler |
|
From: Matt R. <li...@ve...> - 2009-09-16 21:17:08
|
On 17/09/09 8:24 AM, Greg Parker wrote: > On Sep 16, 2009, at 1:12 PM, Matt Riddell wrote: >> On 17/09/09 7:15 AM, Greg Parker wrote: >>> >>> A patch has been posted at >>> https://bugs.kde.org/show_bug.cgi?id=205241 >>> >>> It's not quite clean enough for trunk, but should be good enough for >>> those of you playing along at home. >> >> How do I get around the initial configure problem? >> >> "configure: error: Valgrind works on Darwin 9.x (Mac OS X 10.5)" > > The patched configure.in should handle that. Try running autogen.sh to > rebuild configure from configure.in, or start again with a clean checkout. Cool, sorted, I was using the release rather than the tag - the release didn't have autogen. -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) |
|
From: Matt R. <li...@ve...> - 2009-09-16 22:19:09
|
Ok, so it builds and installs correctly now but fails to run my binary: valgrind: ./SmoothTorque: cannot execute binary file Any pointers as to something I might be doing wrong? I can run the program with ./SmoothTorque -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) |