E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
valgrind
valgrind
测试内存泄露
valgrind
内存检测中五种内存丢失的解释结果示例:LEAKSUMMARY:definitelylost:140bytesin5blocks.indirectlylost:1,252bytesin41blocks.possiblylost
byrsongQQ
·
2010-09-13 17:00
编程
c
测试
单元测试
工具
leak
一些应用工具
title=Main_Page
valgrind
用来检测C++程序的内存泄露等问题。Edraw画图。MicrosoftofficeVisiouml图制作。vtune测试程序性能。
wenlei_zhouwl
·
2010-09-13 13:00
Microsoft
项目管理
测试
Office
文档
应用工具
Valgrind
学习笔记
Valgrind
介绍
Valgrind
是一个程序动态分析的工具。它的工具集可以自动地检测到内存管理和线程的错误并且能够深入分析程序行为。
koala002
·
2010-09-07 00:00
多线程
gcc
工具
化工
图形
X86
valgrind
简单用法
Valgrind
的主要作者JulianSeward刚获得了今年的Google-O'Reilly开源大奖之一──BestToolMaker。让我们一起来看一下他的作品。
needle2
·
2010-09-04 15:00
多线程
cache
工具
leak
postscript
Pointers
Valgrind
介绍
Valgrind
是一个GPL的软件,用于Linux(Forx86,amd64andppc32)程序的内存调试和代码剖析。
CHALLEN537
·
2010-09-02 20:00
cache
工具
library
leak
DST
Pointers
测试SQLite工具及方法
Valgrind
工
huangqinqin
·
2010-08-27 19:00
数据结构
c
linux
sqlite
软件测试
内存泄漏
昨天使用STL(仅指gcc的SGI STL,VC,borlandC的不同)时,用
valgrind
测试,总是发现有"not-freed blocks", 于是我满脸迷惑的得出结论:使用SGI STL会造成内存泄漏
sdfgh2046
·
2010-08-22 23:00
数据结构
gcc
delete
leak
Allocation
Pointers
应用
Valgrind
发现 Linux 程序的内存问题
应用
Valgrind
发现Linux程序的内存问题文档选项将此页作为电子邮件发送级别:初级杨经(
[email protected]
),软件工程师,IBM2008年11月27日如何定位应用程序开发中的内存问题
lbqBraveheart
·
2010-08-11 22:00
linux
单元测试
测试
delete
工具
DST
应用
Valgrind
发现 Linux 程序的内存问题
应用
Valgrind
发现Linux程序的内存问题文档选项将此页作为电子邮件发送级别:初级杨经(
[email protected]
),软件工程师,IBM2008年11月27日如何定位应用程序开发中的内存问题
lbqBraveheart
·
2010-08-11 22:00
linux
单元测试
测试
delete
工具
DST
NS3_Tutorial 中文版: 第三章 NS3 快速上手(续)
/test.py-ccore这些测试可以被waf并行执行的,最后你可以看到如下的结果:47of47testspassed(47passed,0failed,0crashed,0
valgrind
errors
漫天大雪
·
2010-08-06 13:35
职场
休闲
快速上手
中文手册
ns3
NS3_Tutorial 中文版: 第三章 NS3 快速上手(续)
/test.py-ccore这些测试可以被waf并行执行的,最后你可以看到如下的结果:47of47testspassed(47passed,0failed,0crashed,0
valgrind
errors
漫天大雪
·
2010-08-06 13:35
职场
休闲
ns3
NS-3
NS3_Tutorial 中文版: 第三章 NS3 快速上手(续)
/test.py-ccore这些测试可以被waf并行执行的,最后你可以看到如下的结果:47of47testspassed(47passed,0failed,0crashed,0
valgrind
errors
漫天大雪
·
2010-08-06 13:35
职场
休闲
快速上手
中文手册
ns3
用
Valgrind
查找内存泄漏和无效内存访问
Valgrind
是x86架构Linux上的多重用途代码剖析和内存调试工具。你可以在它的环境中运行你的程序来监视内存的使用情况,比如C语言中的malloc和free或者C++中的new和delete。
ld_hust
·
2010-07-20 09:00
C++
c
linux
C#
FreeBSD
valgrind
的使用
Valgrind
是一个GPL的软件,用于Linux(Forx86,amd64andppc32)程序的内存调试和代码剖析。
nellson
·
2010-07-16 07:00
性能优化工具gprof & 内存检测工具
Valgrind
用法
/test//生成性能检测报告$gprof-btestgmon.out
Valgrind
://加-g编译$gcc-g-otesttest.c//生成内存检查报告$
valgrind
--tool=memcheck
ariesjzj
·
2010-07-08 10:00
gcc
性能优化
工具
调试器原理
这里我不打算讲解如何使用boundschecker、purify、
valgrind
或者gdb,使用这些工具非常简单,讲解它们只是多此一举。相反,我们要研究一下这些工具的实现原理。
ly402609921
·
2010-06-30 22:00
struct
Microsoft
null
delete
编译器
DST
内存泄漏检查工具
valgrind
使用方法
接下来的几节将简要介绍如何使用流行的调试器
Valgrind
来发现并调试这些最常见的内存bu
caohao2008
·
2010-06-20 21:00
linux
delete
工具
leak
debugging
Pointers
在linux下使用用
Valgrind
查找内存泄漏和无效内存访问
在linux下使用用
Valgrind
查找内存泄漏和无效内存访问(转载)在linux下使用用
Valgrind
查找内存泄漏和无效内存访问(转载)来源:ChinaUnix博客日期:2007.03.0923:44
c++实例研究
·
2010-06-10 15:00
[转]在linux下使用用
Valgrind
查找内存泄漏和无效内存访问
转自:http://blog.chinaunix.net/u/30686/showart_256295.html 用
Valgrind
查找内存泄漏和无效内存访问
Valgrind
是x86架构Linux上的多重用途代码剖析和内存调试工具
daniel_h1986
·
2010-06-10 11:00
自己常用的LINUX命令(20100605更新)
&~/tmp(可用于检查程序的内存问题)
valgrind
--tool=memcheck--leak-check=full--show-reacheable=yes.
qazplm12_3
·
2010-06-05 14:00
Valgrind
使用
调试是一项主要的软件开发活动,作为应用程序开发人员,您无法避免对程序进行调试。有效的调试不仅能缩短软件开发周期,而且可以节省成本。本文简要介绍了在用户空间的C/C++和Java?应用程序中查找bug的技术,并介绍了一些可以在Linux?forPOWER?架构上使用的调试技术。简介调试程序有很多方法,例如向屏幕上打印消息,使用调试器,或者只需仔细考虑程序如何运行,并对问题进行有根有据的猜测。在修复b
hanchaoman
·
2010-05-23 14:00
valgrind
提示的错误:Conditional jump or move depends on uninitialised value(s)
用
valgrind
对代码进行内存检测的时候,如果提示“Conditionaljumpormovedependsonuninitialisedvalue(s)”,有可能是某些变量未初始化造成的。
learnhard
·
2010-05-21 21:00
struct
对代码进行内存泄漏检测的工具——
Valgrind
网址:http://
valgrind
.org/
Valgrind
介绍
Valgrind
是一个GPL的软件,用于Linux(Forx86,amd64andppc32)程序的内存调试和代码剖析。
learnhard
·
2010-05-19 15:00
cache
工具
library
leak
DST
Pointers
有用过的工具
linux内存检查工具
valgrind
-3.4.1_545 windows内存检查工具 bondcheck UML绘图工具 rational rose Start UML http
majm
·
2010-05-19 11:00
eclipse
oracle
linux
单元测试
UML
valgrind
安装过程中无法定位libmpi.a中lam_mpi_commworld错误的解决办法。
问题描述:安装
valgrind
时,.
littlefang
·
2010-05-17 13:00
valgrind
使用 (linux程序内存检测)
linux开发工具--内存检测--
Valgrind
一.安装项目网址:http://
valgrind
.org/centos完整安装已经包含有
valgrind
。
ren911
·
2010-05-10 22:00
多线程
linux
cache
工具
开发工具
X86
Valgrind
简单用法
Valgrind
的主要作者JulianSeward刚获得了今年的Google-O'Reilly开源大奖之一──BestToolMaker。让我们一起来看一下他的作品。
sunyubo458
·
2010-05-05 03:00
多线程
cache
工具
leak
postscript
Pointers
Valgrind
简单用法
Valgrind
的主要作者Julian Seward刚获得了今年的Google-O'Reilly开源大奖之一──Best Tool Maker。让我们一起来看一下他的作品。
isiqi
·
2010-05-05 03:00
多线程
C++
c
cache
C#
检查内存泄漏 工具
a一个是一个跨平台的C++内存泄漏检测器http://www.ibm.com/developerworks/cn/linux/l-mleak2/index.html b还有就是在linux下使用
valgrind
tianxiaogang12
·
2010-03-14 21:00
随录-增量记录
-------------------------------
valgrind
检查内存泄露---
raojl
·
2010-02-25 10:00
Linux
SVN
subversion
多线程
F#
Valgrind
介绍(转)
介绍
Valgrind
是一个GPL的软件,用于Linux(Forx86,amd64andppc32)程序的内存调试和代码剖析。
needle2
·
2010-02-23 16:00
Valgrind
简单用法
瑞士军刀──
Valgrind
作者:王聪 <
[email protected]
> 2006年8月1号
Valgrind
的主要作者Julian Seward
weiyuhu
·
2010-01-19 10:00
多线程
C++
c
cache
C#
嵌入式GUI FTK介绍(6)-特性
Beautifullookandfeel.3.Highcodequality:designpattern,goodcodestyle.4.Stable:codereview,unittest,stresstest,
valgrind
checked
absurd
·
2010-01-12 09:00
windows
嵌入式
dialog
button
features
portability
valgrind
使用手册
/31/4397841.aspx用C/C++开发其中最令人头疼的一个问题就是内存管理,有时候为了查找一个内存泄漏或者一个内存访问越界,需要要花上好几天时间,如果有一款工具能够帮助我们做这件事情就好了,
valgrind
fxpbupt
·
2010-01-08 15:00
使用
Valgrind
检测linux上c++内存泄露
阅读更多//mytest.cppintmain(intargc,char*argv[]){//line120constintN=10;//#ofelementsinarrayconstintg_nLargeRange=500*1024*1024;coutconst&)(in/usr/lib/libstdc++.so.6.0.3)==29440==by0x261049:std::string::_M
wengshanjin
·
2009-12-27 21:00
C
C++
C#
Linux
SVN
使用
Valgrind
检测linux上c++内存泄露
//mytest.cpp int main(int argc, char * argv[]) { //line 120 const int N=10; // # of elements in array const int g_nLargeRange = 500 * 1024 * 1024; cout << "Start of t
wengshanjin
·
2009-12-27 21:00
C++
c
linux
SVN
C#
用
Valgrind
调试GTK程序及其它Tips
用
Valgrind
调试GTK程序及其它Tips作者:刘旭晖Raymond转载请注明出处Email:
[email protected]
:http://blog.csdn.net/colorant/
colorant
·
2009-12-23 09:00
Blog
email
library
leak
gtk
Linux 内存调试工具-
Valgrind
使用初探
Valgrind
是在linux系统下开发应用程序时用于调试内存问题的工具。它尤其擅长发现内存管理的问题,它可以检查程序运行时的内存泄漏问题。
suchalin
·
2009-12-22 11:52
linux
valgrind
内存调试工具
使用初探
内存测试工具
valgrind
调不尽的内存泄露,用不完的
Valgrind
(一个介绍程序调试的精彩讲解:http://www.ibm.com/developerworks/cn/linux/l-pow-debug/)
Valgrind
weiyuhu
·
2009-12-21 16:00
C++
c
linux
C#
软件测试
一次GTK程序内存泄露的解决过程发现的两个内存泄露的问题
用
ValGrind
来查并没有太多的发现。
weiyuhu
·
2009-12-03 15:00
总结常见内存leak问题检查的方式
咱们可以把内存的问题检查分成三块: 静态(码态) 用户态(程序运行态) 内核态(程序运行支撑) 分别总结这三种检查在linux下常见方式: 1、静态 靠的是编码习惯 2、用户态 可以用
Valgrind
raojl
·
2009-12-02 17:00
linux
Ubuntu 9.04中下载编译Android源码
未安装的进行下载安装)apt-getinstallflexbisongperflibsdl-devlibesd0-devapt-getinstalllibwxgtk2.8-devbuild-essentialzip
valgrind
sun-java5
ruixj
·
2009-11-29 18:00
java
android
ubuntu
工具
开发工具
makefile
linux
valgrind
内存检测工具
1.下载地址:http://
valgrind
.org 2.下载的是tar.bz2文件 3.用以下命令解压:例如 $bzip2 -d
valgrind
-3.5.0.tar.dz2$tar xvf
valgrind
dengroj2009
·
2009-09-19 08:00
c
linux
command
gcc
工具
leak
使用
valgrind
进行后台服务器的性能优化
使用
valgrind
进行后台服务器的性能优化2008-04-30一.
dijinzhou
·
2009-09-12 09:00
valgrind
valgrind
valgrind
:可以用来定位c/c++程序中内存使用方面的错误:内存泄漏、使用未初始化的内存、读/写已释放的内存、读/写内存越界、使用malloc/new/new[]和free
0OO
·
2009-09-10 14:00
一次GTK程序内存泄露的解决过程发现的两个内存泄露的问题
用
ValGrind
来查并没有太多的发现。
shallon_luo
·
2009-09-03 16:00
list
object
button
reference
leak
gtk
aa
熟悉系统安装与定制,能够建立与维护复杂的yum、pxe环境,深刻理解nsswitch、pam、ssh;3.掌握在Perl,shell,php脚本语言编程;4.能够对系统进行优化,能够熟练使用tcpdumptrace
valgrind
nmap
wuzhengpop
·
2009-09-03 12:38
职场
休闲
aa
熟悉系统安装与定制,能够建立与维护复杂的yum、pxe环境,深刻理解nsswitch、pam、ssh;3.掌握在Perl,shell,php脚本语言编程;4.能够对系统进行优化,能够熟练使用tcpdumptrace
valgrind
nmap
wuzhengpop
·
2009-09-03 12:38
职场
休闲
我的文章
C/C++内存检测工具
valgrind
内存检测工具用C/C++开发其中最令人头疼的一个问题就是内存管理,有时候为了查找一个内存泄漏或者一个内存访问越界,需要要花上好几天时间,如果有一款工具能够帮助我们做这件事情就好了,
valgrind
Shatty
·
2009-08-11 23:00
多线程
cache
工具
library
leak
Pointers
gdb和dbx
+开发,代码调试比较麻烦,最原始的加跟踪调试很土,也很费时,特别是一个庞大的项目,代码行数非常大的时候调试起来非常费劲,当coredump时定位也不容易,这里介绍几个常用工具:gdb、dbx调试工具,
valgrind
cation
·
2009-08-10 16:00
thread
shell
command
delete
工具
Signal
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他