- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
valgrind --tool=memcheck --leak-check=yes ./9algorithm(这是我从 valgrind 得到的错误信息)
==3110== Invalid write of size 1
==3110== at 0x400FD8: main (9algorithm.c:223)
==3110== Address 0x51fc372 is 0 bytes after a block of size 2 alloc'd
==3110== at 0x4C2C6AE: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x400FF5: main (9algorithm.c:226)
==3110==
==3110== Invalid write of size 1
==3110== at 0x40102F: main (9algorithm.c:233)
==3110== Address 0x52ff657 is 1 bytes after a block of size 1,990 alloc'd
==3110== at 0x4C2C6AE: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x400FF5: main (9algorithm.c:226)
==3110== Conditional jump or move depends on uninitialised value(s)
==3110== at 0x4C3052E: strstr (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x400B20: mag_parse (9algorithm.c:63)
==3110== by 0x40105B: main (9algorithm.c:235)
==3110==
==3110== Conditional jump or move depends on uninitialised value(s)
==3110== at 0x4C3052E: strstr (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x400C56: place_parse (9algorithm.c:103)
==3110== by 0x401088: main (9algorithm.c:236)
==3110==
==3110== Conditional jump or move depends on uninitialised value(s)
==3110== at 0x4C3052E: strstr (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x400DB2: time_parse (9algorithm.c:145)
==3110== by 0x4010B6: main (9algorithm.c:237)
==3110==
==3110== Conditional jump or move depends on uninitialised value(s)
==3110== at 0x4E80D0F: vfprintf (vfprintf.c:1655)
==3110== by 0x4E87FF8: printf (printf.c:34)
==3110== by 0x401131: main (9algorithm.c:239)
==3110==
(null), Magnitude : (null), (null)
==3110== Conditional jump or move depends on uninitialised value(s)
==3110== at 0x4C2B5C2: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x4011DF: main (9algorithm.c:326)
==3110==
==3110== Conditional jump or move depends on uninitialised value(s)
==3110== at 0x4C2B5C2: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x4011EF: main (9algorithm.c:327)
==3110==
==3110== Conditional jump or move depends on uninitialised value(s)
==3110== at 0x4C2B5C2: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x4011FF: main (9algorithm.c:328)
==3110==
==3110==
==3110== HEAP SUMMARY:
==3110== in use at exit: 3,579 bytes in 2 blocks
==3110== total heap usage: 1,794 allocs, 1,792 frees, 1,623,686 bytes allocated
==3110==
==3110== 3,579 bytes in 2 blocks are definitely lost in loss record 1 of 1
==3110== at 0x4C2C6AE: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3110== by 0x400FF5: main (9algorithm.c:226)
==3110==
==3110== LEAK SUMMARY:
==3110== definitely lost: 3,579 bytes in 2 blocks
==3110== indirectly lost: 0 bytes in 0 blocks
==3110== possibly lost: 0 bytes in 0 blocks
==3110== still reachable: 0 bytes in 0 blocks
==3110== suppressed: 0 bytes in 0 blocks
==3110==
==3110== For counts of detected and suppressed errors, rerun with: -v
==3110== Use --track-origins=yes to see where uninitialised values come from
==3110== ERROR SUMMARY: 1799 errors from 10 contexts (suppressed: 2 from 2)
当我运行 ./9algorithm 时,它给了我这个错误:
, Magnitude : , (null)
*** Error in `./9algorithm': free(): invalid pointer: 0x00007fff8a4d7a10 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x80996)[0x7f48a7eb3996]
./9algorithm[0x4011e0]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f48a7e54de5]
./9algorithm[0x400839]
======= Memory map: ========
00400000-00402000 r-xp 00000000 08:07 1965405 /home/Desktop/9algorithm
00601000-00602000 r--p 00001000 08:07 1965405 /home/Desktop/9algorithm
00602000-00603000 rw-p 00002000 08:07 1965405 /home/Desktop/9algorithm
01377000-01398000 rw-p 00000000 00:00 0 [heap]
7f48a7c1d000-7f48a7c32000 r-xp 00000000 08:07 654085 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f48a7c32000-7f48a7e31000 ---p 00015000 08:07 654085 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f48a7e31000-7f48a7e32000 r--p 00014000 08:07 654085 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f48a7e32000-7f48a7e33000 rw-p 00015000 08:07 654085 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f48a7e33000-7f48a7ff0000 r-xp 00000000 08:07 658204 /lib/x86_64-linux-gnu/libc-2.17.so
7f48a7ff0000-7f48a81f0000 ---p 001bd000 08:07 658204 /lib/x86_64-linux-gnu/libc-2.17.so
7f48a81f0000-7f48a81f4000 r--p 001bd000 08:07 658204 /lib/x86_64-linux-gnu/libc-2.17.so
7f48a81f4000-7f48a81f6000 rw-p 001c1000 08:07 658204 /lib/x86_64-linux-gnu/libc-2.17.so
7f48a81f6000-7f48a81fb000 rw-p 00000000 00:00 0
7f48a81fb000-7f48a821e000 r-xp 00000000 08:07 658180 /lib/x86_64-linux-gnu/ld-2.17.so
7f48a8403000-7f48a8406000 rw-p 00000000 00:00 0
7f48a8418000-7f48a841d000 rw-p 00000000 00:00 0
7f48a841d000-7f48a841e000 r--p 00022000 08:07 658180 /lib/x86_64-linux-gnu/ld-2.17.so
7f48a841e000-7f48a8420000 rw-p 00023000 08:07 658180 /lib/x86_64-linux-gnu/ld-2.17.so
7fff8a4b9000-7fff8a4da000 rw-p 00000000 00:00 0 [stack]
7fff8a5ca000-7fff8a5cc000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Aborted (core dumped)
主程序(第 223 行 - 无效的写入大小)(第 233 行 - 无效的写入大小)(第 226 行 - 地址......在一个 block 之后......)
int main()
{
FILE *fp = 0;
char *filename = "e_quake.txt";
struct information *e_quakePtr = 0;
char *line = 0;
char c = 0;
int k = 0;
int h = 0;
fp = fopen(filename,"r");
if(!fp){
printf("Unable to open file: %s\n",filename);
return -1;
}
e_quakePtr = (struct information *)malloc(1 * sizeof(struct information));
if(!e_quakePtr){
printf("Error on malloc on e_quakePtr");
return 1;
}
line = (char *)malloc(1 * sizeof(char));
if(!line){
printf("Error on malloc on line");
return 1;
}
while( (c = fgetc(fp)) != EOF ){
if(c != '\n'){
line[h] = c;
h++;
line = (char *)realloc(line,(h+1) * sizeof(char));
if(!line){
printf("Error on realloc on line");
return 1;
}
}else{
h++;
line[h] = 0;
e_quakePtr[k].mag = mag_parse(line);
e_quakePtr[k].place = place_parse(line);
e_quakePtr[k].time = time_parse(line);
printf("%s, Magnitude : %s, %s\n",e_quakePtr[k].place, e_quakePtr[k].mag, e_quakePtr[k].time);
k++;
e_quakePtr = (struct information *)realloc(e_quakePtr,(k+1) * sizeof(struct information));
if(!e_quakePtr){
printf("Error on realloc on e_quakePtr");
return 1;
}
h = 0;
free(line);
line = (char *)malloc(1 * sizeof(char));
if(!line){
printf("Error on malloc on line");
return 1;
}
}
free(e_quakePtr->mag);
free(e_quakePtr->place);
free(e_quakePtr->time);
free(e_quakePtr);
fclose(fp);
return 0;
}
我找不到问题的根源。当我用另一种算法尝试时,我使用的外部函数似乎起作用了。但是对于这个,我的 main.c 有问题
最佳答案
你的逻辑有误
h++;
line[h] = 0;
我认为这个字符没有分配。
还有:
malloc
和 friend 的返回很容易隐藏微妙的错误,不要那样做。sizeof(char)
根据定义为 1
关于c - 如何解决 "invalid write size of n bytes"和 "Address ___ is n bytes after a block of size n alloc' d”?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22579237/
我看到以下宏 here . static const char LogTable256[256] = { #define LT(n) n, n, n, n, n, n, n, n, n, n, n,
这个问题不太可能帮助任何 future 的访问者;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况有关,这些情况并不普遍适用于互联网的全局受众。为了帮助使这个问题更广泛地适用,visit
所以我得到了这个算法我需要计算它的时间复杂度 这样的 for i=1 to n do k=i while (k<=n) do FLIP(A[k]) k
n 的 n 次方(即 n^n)是多项式吗? T(n) = 2T(n/2) + n^n 可以用master方法求解吗? 最佳答案 它不仅不是多项式,而且比阶乘还差。 O(n^n) 支配 O(n!)。同样
我正在研究一种算法,它可以在带有变音符号的字符(tilde、circumflex、caret、umlaut、caron)及其“简单”字符之间进行映射。 例如: ń ǹ ň ñ ṅ ņ ṇ
嗯..我从昨天开始学习APL。我正在观看 YouTube 视频,从基础开始学习各种符号,我正在使用 NARS2000。 我想要的是打印斐波那契数列。我知道有好几种代码,但是因为我没有研究过高深的东西,
已关闭。这个问题是 off-topic 。目前不接受答案。 想要改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 已关闭12 年前。 Improve th
谁能帮我从 N * N * N → N 中找到一个双射数学函数,它接受三个参数 x、y 和 z 并返回数字 n? 我想知道函数 f 及其反函数 f',如果我有 n,我将能够通过应用 f'(n) 来
场景: 用户可以在字符串格式的方程式中输入任意数量的括号对。但是,我需要检查以确保所有括号 ( 或 ) 都有一个相邻的乘数符号 *。因此 3( 应该是 3*( 和 )3 应该是 )*3。 我需要将所有
在 Java 中,表达式: n+++n 似乎评估为等同于: n++ + n 尽管 +n 是一个有效的一元运算符,其优先级高于 n + n 中的算术 + 运算符。因此编译器似乎假设运算符不能是一元运算符
当我阅读 this 问题我记得有人曾经告诉我(很多年前),从汇编程序的角度来看,这两个操作非常不同: n = 0; n = n - n; 这是真的吗?如果是,为什么会这样? 编辑: 正如一些回复所指出
我正在尝试在reveal.js 中加载外部markdown 文件,该文件已编写为遵守数据分隔符语法: You can write your content as a separate file and
我试图弄清楚如何使用 Javascript 生成一个随机 11 个字符串,该字符串需要特定的字母/数字序列,以及位置。 ----------------------------------------
我最近偶然发现了一个资源,其中 2T(n/2) + n/log n 类型 的递归被 MM 宣布为无法解决。 直到今天,当另一种资源被证明是矛盾的(在某种意义上)时,我才接受它作为引理。 根据资源(下面
关闭。此题需要details or clarity 。目前不接受答案。 想要改进这个问题吗?通过 editing this post 添加详细信息并澄清问题. 已关闭 8 年前。 Improve th
我完成的一个代码遵循这个模式: for (i = 0; i < N; i++){ // O(N) //do some processing... } sort(array, array + N
有没有办法证明 f(n) + g(n) = theta(n^2) 还是不可能?假设 f(n) = theta(n^2) & g(n) = O(n^2) 我尝试了以下方法:f(n) = O(n^2) &
所以我目前正在尝试计算我拥有的一些数据的 Pearson R 和 p 值。这是通过以下代码完成的: import numpy as np from scipy.stats import pearson
ltree 列的默认排序为文本。示例:我的表 id、parentid 和 wbs 中有 3 列。 ltree 列 - wbs 将 1.1.12, 1.1.1, 1.1.2 存储在不同的行中。按 wbs
我的目标是编写一个程序来计算在 python 中表示数字所需的位数,如果我选择 number = -1 或任何负数,程序不会终止,这是我的代码: number = -1 cnt = 0 while(n
我是一名优秀的程序员,十分优秀!