Skip to content
Snippets Groups Projects
  1. Jan 16, 2014
    • Tomasz Grabiec's avatar
      Revert "conf: make release build use -O3" · 8ac6a873
      Tomasz Grabiec authored
      
      This reverts commit 4af010f1.
      
      This change causes OSv to abort when JVM is started with
      the following options:
      
       -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005
      
      Result:
      
      ERROR: transport error 202: setsockopt TCPNODELAY failed: Protocol not available
      ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
      JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:750]
      FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
      Aborted
      
      I think it's best to revert it until the root cause is solved.
      
      See issue #167
      
      Signed-off-by: default avatarTomasz Grabiec <tgrabiec@cloudius-systems.com>
      Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
      8ac6a873
  2. Jan 08, 2014
  3. Dec 12, 2013
  4. Dec 09, 2013
  5. Jun 09, 2013
  6. Apr 24, 2013
    • Avi Kivity's avatar
      memory: debug allocator · 56b1f6b2
      Avi Kivity authored
      This allocator works by giving each allocation its own virtual address
      range which is not reused for later allocations.  After a free(), the
      range is made inaccessible, forever, so use-after-free will result in a
      page fault.
      
      Sub-page overruns are also detected by filling unallocated space with a
      pattern, and checking whether the pattern has been altered during free().
      56b1f6b2
  7. Mar 19, 2013
  8. Mar 03, 2013
Loading