cross-architecture.sup 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # Full list is tracked through meta bug 793882
  2. ####################
  3. # Intended leaks #
  4. ####################
  5. {
  6. PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793534.)
  7. Memcheck:Leak
  8. ...
  9. fun:_ZL9SaveToEnvPKc
  10. ...
  11. }
  12. {
  13. PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793549.)
  14. Memcheck:Leak
  15. ...
  16. fun:_ZL13SaveWordToEnvPKcRK19nsACString_internal
  17. ...
  18. }
  19. {
  20. PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 944133.)
  21. Memcheck:Leak
  22. ...
  23. fun:_ZN13CrashReporter14SetRestartArgsEiPPc
  24. ...
  25. }
  26. {
  27. PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793548.)
  28. Memcheck:Leak
  29. fun:malloc
  30. ...
  31. fun:_Z12ToNewCStringRK19nsACString_internal
  32. fun:_ZN13CrashReporter14SetupExtraDataEP7nsIFileRK19nsACString_internal
  33. ...
  34. }
  35. {
  36. We purposely leak the StatisticsReporter object
  37. Memcheck:Leak
  38. fun:malloc
  39. fun:moz_xmalloc
  40. fun:operator new
  41. fun:_Z21XRE_CreateStatsObjectv
  42. ...
  43. }
  44. ####################################
  45. # Leaks in third party libraries #
  46. ####################################
  47. {
  48. See bug 793535
  49. Memcheck:Leak
  50. fun:calloc
  51. fun:_dlerror_run
  52. fun:dlsym
  53. ...
  54. }
  55. {
  56. See bug 793611
  57. Memcheck:Leak
  58. fun:memalign
  59. fun:tls_get_addr_tail
  60. fun:__tls_get_addr
  61. ...
  62. }
  63. {
  64. See bug 793611
  65. Memcheck:Leak
  66. fun:memalign
  67. fun:tls_get_addr_tail
  68. fun:___tls_get_addr
  69. ...
  70. }
  71. #################
  72. # Other leaks #
  73. #################
  74. {
  75. Bug 794369
  76. Memcheck:Leak
  77. fun:malloc
  78. fun:moz_xmalloc
  79. ...
  80. fun:_ZN20mozJSComponentLoader10LoadModuleERN7mozilla12FileLocationE
  81. ...
  82. }
  83. {
  84. Bug 794370
  85. Memcheck:Leak
  86. fun:malloc
  87. fun:moz_xmalloc
  88. ...
  89. fun:_ZN22nsComponentManagerImpl15RegisterFactoryERK4nsIDPKcS4_P10nsIFactory
  90. ...
  91. }
  92. {
  93. Bug 794372
  94. Memcheck:Leak
  95. fun:malloc
  96. fun:moz_xmalloc
  97. ...
  98. fun:_ZN22nsComponentManagerImpl22RegisterCIDEntryLockedEPKN7mozilla6Module8CIDEntryEPNS_11KnownModuleE
  99. ...
  100. }
  101. {
  102. Bug 794374
  103. Memcheck:Leak
  104. fun:malloc
  105. fun:moz_xmalloc
  106. ...
  107. fun:_ZN22nsComponentManagerImpl17ManifestComponentERNS_25ManifestProcessingContextEiPKPc
  108. ...
  109. }
  110. {
  111. Bug 1017112
  112. Memcheck:Leak
  113. fun:malloc
  114. ...
  115. fun:PK11_InitPin
  116. fun:_ZN11nsPK11Token12InitPasswordEPKDs
  117. ...
  118. }