Skip to content

Core Dump #7

@ZhuJerry12345

Description

@ZhuJerry12345

运行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");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions