Google Code Exporter
Google Code Exporter
``` Enhancement. For example: - GC info is split on 2 lines - uptime and %CPU are on different lines - pid & user are far apart - system time...
``` My JDK's info:/opt/IBM/WebSphere/AppServer/java I was running the jvmtop.sh and what i got like this: java.io.IOException: ATTACH_ERR AgentInitializationException102 at com.jvmtop.openjdk.tools.LocalVirtualMachine.loadManagementAgent(LocalVirtualMachine.java:378) at com.jvmtop.openjdk.tools.LocalVirtualMachine.startManagementAgent(LocalVirtualMachine.java:137) at com.jvmtop.openjdk.tools.ProxyClient.tryConnect(ProxyClient.java:367) at com.jvmtop.openjdk.tools.ProxyClient.connect(ProxyClient.java:349) at com.jvmtop.VMInfo.attachToVM(VMInfo.java:187) at com.jvmtop.VMInfo.processNewVM(VMInfo.java:146)...
``` while you're at it, how about including the date/time like top does. this would be especially useful when running as a background task. top - 21:18:58 up 24 days,...
``` if you open a file several times, without destroying the component, for example here: var MP3In: TMP3In; TotalSamples1, TotalSamples2: Cardinal; begin MP3In := TMP3In.Create(nil); MP3In.FileName := FileName1; TotalSamples1 :=...
``` Hi, First of all thank you for great components. I'm trying to play 32bit wave file using your component. It fails with following exception "First chance exception at $7C812FD3....
``` What steps will reproduce the problem? 1. Try to install the package in Delphi 7 What is the expected output? What do you see instead? The package gets installed....
``` Can you do a poster on IEEE754 (floating-point representation) ``` Original issue reported on code.google.com by `[email protected]` on 17 Dec 2014 at 2:28
``` Just to let you know, tinyW7_3264.asm crashes on my Win7 machine. OS: Windows 7 x64 SP1 (6.1.7601), all updates installed as of 2014-09-06 Crash message: Unhandled exception at 0x77660c7b...
``` What steps will reproduce the problem? 1. Use Windows 8 2. Enable ASLR either through the registry or EMET. 3. Launch an installer What is the expected output? What...
``` What steps will reproduce the problem? 1. Put upx.exe to a location searchable in %PATH% 2. Put !packhdr "$%TEMP%\exehead.tmp" 'upx --best "$%TEMP%\exehead.tmp"' line in the beginning of example1.nsi 3....