Search Results

Search: Posts Made By: kooyee
6,499
Posted By kooyee
vgersh99, thanks for helping. Your suggestion is...
vgersh99, thanks for helping. Your suggestion is working perfectly. May be this is bug on mawk because gawk is work fine without error.
6,499
Posted By kooyee
Sorry for late to put code BEGIN { ...
Sorry for late to put code

BEGIN {
highest_packet_id = 0;
}
{
event = $1;
time = $2;
node = $3;
trace_level = $4;
packet_type = $7;
packet_id = $6;

# record AGT...
6,499
Posted By kooyee
'memory corruption' error when using Awk
Hello, everyone.
I got the following error when I am using awk to analysis some text file:

*** glibc detected *** awk: malloc(): memory corruption: 0x080c67f8 ***
======= Backtrace: =========...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy