Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #4251

Closed (moved)
Open
Opened Oct 17, 2011 by Roger Dingledine@arma

memory leak for hidden service?

I ran moria1 under valgrind and it identified the following leak:

==29415== 80 bytes in 1 blocks are definitely lost in loss record 38 of 206
==29415==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==29415==    by 0x4D3A07: _tor_malloc (util.c:144)
==29415==    by 0x4D4EC5: _tor_malloc_zero (util.c:170)
==29415==    by 0x42C579: rend_services_introduce (rendservice.c:1347)
==29415==    by 0x46CFB2: circuit_build_needed_circs (circuituse.c:708)
==29415==    by 0x40C644: second_elapsed_callback (main.c:1412)
==29415==    by 0x52C9343: event_base_loop (in /usr/lib/libevent-1.4.so.2.1.3)
==29415==    by 0x409990: do_main_loop (main.c:1889)
==29415==    by 0x409CCC: tor_main (main.c:2570)
==29415==    by 0x5F10C4C: (below main) (libc-start.c:228)

I haven't checked yet if it's a false positive, but usually there's something wrong in these cases. To be clear, moria1 runs a hidden service too.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.2.x-final
Milestone
Tor: 0.2.2.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#4251