Skip to content

Calling delete on unallocated object. #3165

@SharonIV0x86

Description

@SharonIV0x86

Search before asking

  • I had searched in the issues and found no similar issues.

Version

OS: Manjaro 6.6.103-3-MANJARO
Kvrocks: unstable branch.

Minimal reproduce step

Git clone the repository and build using
./x.py build --ninja -j$(nproc)
Using GNU gcc for compiling with ninja.

What did you expect to see?

The build should succeed without any errors.

What did you see instead?

https://pastebin.com/ypWBs6NW

The build error can be found in the pastebin. As you can see i git cloned the repository and was building normally.

The build fails when building with ninja + gcc. But succeeds if i change compiler and build with --compiler=clang flag.

The workflows are passing on my fork's branch with the changes i made.

Anything Else?

I am not sure whether this is a problem but a few days back this error was consistent until i changed the compiler from gcc to clang.

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

Labels

bugtype bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions