-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
运行persistant_level_hash时core dump,我不是很清楚这种情况下怎么调试,quartz跑bench没问题,跑了一下下面这段程序也没问题,应该不是quartz的问题?
#include "/home/mcloud/quartz/src/lib/pmalloc.h" // path to pmalloc.h in Quartz
#include "stdio.h"
int main(){
int a;
a = (int)pmalloc(4);
pfree(a,4);
printf("hello world");
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels