summaryrefslogtreecommitdiff
path: root/tools/profiling
diff options
context:
space:
mode:
authorShashank2017-05-29 12:40:26 +0530
committerShashank2017-05-29 12:40:26 +0530
commit0345245e860375a32c9a437c4a9d9cae807134e9 (patch)
treead51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /tools/profiling
downloadscilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz
scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2
scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip
CMSCOPE changed
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/valgrind.supp71
1 files changed, 71 insertions, 0 deletions
diff --git a/tools/profiling/valgrind.supp b/tools/profiling/valgrind.supp
new file mode 100755
index 000000000..514df7913
--- /dev/null
+++ b/tools/profiling/valgrind.supp
@@ -0,0 +1,71 @@
+{
+ scilab-console/tgetent
+ Memcheck:Leak
+ ...
+ fun:tgetent
+}
+{
+ scilab-console/tgetnum
+ Memcheck:Leak
+ ...
+ fun:tgetnum
+}
+{
+ dl_init/static_initialization_and_destruction
+ Memcheck:Leak
+ fun:_Znwm
+ ...
+ fun:_dl_init
+}
+{
+ PThread auto cleanup at exit
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create*
+}
+{
+ Last error messages
+ Memcheck:Leak
+ fun:malloc
+ fun:strdup
+ fun:addErrorMessage
+}
+{
+ Realloc the stack on freemem64
+ Memcheck:Leak
+ fun:realloc
+ fun:freemem64
+ fun:TerminateCorePart2
+ fun:ExitScilab
+ fun:realmain
+ fun:main
+ fun:__libc_start_main
+ obj:/home/davidcl/work/branches/master-review/scilab/.libs/lt-scilab-cli-bin
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+}
+{
+ Last getCmdLine free issue
+ Memcheck:Leak
+ fun:malloc
+ fun:getCmdLine
+ fun:getCommandLine
+ fun:watchGetCommandLine
+ fun:start_thread
+ fun:clone
+}
+{
+ Fixeable but crash-ed using javasci
+ Memcheck:Leak
+ fun:malloc
+ fun:wide_string_to_UTF8
+ fun:getCmdLine
+ fun:getCommandLine
+ fun:watchGetCommandLine
+ fun:start_thread
+ fun:clone
+}
+