Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vkcube segfault / assertion failed #6

Closed
ChristophHaag opened this issue Jan 22, 2018 · 1 comment
Closed

vkcube segfault / assertion failed #6

ChristophHaag opened this issue Jan 22, 2018 · 1 comment
Assignees
Labels
assigned The issue is assigned to engineer

Comments

@ChristophHaag
Copy link

https://github.com/krh/vkcube
Note that vkcube has at least one known bug: krh/vkcube#25

I'm still making this issue because the assertion seems unrelated.

Running it with a release build segfaults:

VK_ICD_FILENAMES=~/amd_icd64.json vkcube
1 physical devices
vendor id 1002, device name AMD Radeon (TM) RX 480 Graphics
[1]    29146 segmentation fault (core dumped)  VK_ICD_FILENAMES=~/amd_icd64.json vkcube

Running it with a debug build fails an assertion:

vkcube: /home/chris/oldhome/build/amdvlk-git-debug/src/llvm-amdvlk/lib/IR/Instructions.cpp:299: void llvm::CallInst::init(llvm::FunctionType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, const llvm::Twine&): Assertion `(i >= FTy->getNumParams() || FTy->getParamType(i) == Args[i]->getType()) && "Calling a function with a bad signature!"' failed.

gdb log with full backtrace: gdb.txt

@jinjianrong jinjianrong added the assigned The issue is assigned to engineer label Jan 23, 2018
@JacobHeAMD
Copy link
Contributor

Hi @ChristophHaag , the issue is not seen with the latest driver. Could you please have a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned The issue is assigned to engineer
Projects
None yet
Development

No branches or pull requests

3 participants