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

Blackscreen after running colmap with wsl #12058

Open
1 of 2 tasks
Six-Bit-007 opened this issue Sep 20, 2024 · 2 comments
Open
1 of 2 tasks

Blackscreen after running colmap with wsl #12058

Six-Bit-007 opened this issue Sep 20, 2024 · 2 comments

Comments

@Six-Bit-007
Copy link

Windows Version

Microsoft Windows [version 10.0.22621.4037]

WSL Version

2.2.4.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.153.1-2

Distro Version

Ubuntu 22.04

Other Software

The default version of colmap that comes with apt. Installable via

sudo apt install colmap

Nvidia driver, cuda

Repro Steps

prepare a folder of random images. run

colmap feature_extractor --image_path ${path to folder}

Expected Behavior

colmap create a database of features extracted form the images

Actual Behavior

Blackscreen, segfault.

Diagnostic Logs

No response

Copy link

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.
Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The script will output the path of the log file once done.

If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here

Once completed please upload the output files to this Github issue.

Click here for more info on logging
If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

@Six-Bit-007
Copy link
Author

D3D12: Removing Device.
*** Aborted at 1726898377 (unix time) try "date -d @1726898377" if you are using GNU date ***
PC: @ 0x0 (unknown)
*** SIGSEGV (@0x28) received by PID 1455656 (TID 0x7f2ddf7ee640) from PID 40; stack trace: ***
@ 0x7f2e1d3bf046 (unknown)
@ 0x7f2e1b665520 (unknown)
@ 0x7f2e152bc5ab (unknown)
@ 0x7f2e14d51a43 (unknown)
@ 0x7f2e148683c4 (unknown)
@ 0x7f2e148693b6 (unknown)
@ 0x7f2e148402c7 (unknown)
@ 0x7f2e14842662 (unknown)
@ 0x564b3ac64281 GLTexInput::SetImageData()
@ 0x564b3ac56584 SiftGPU::RunSIFT()
@ 0x564b3a85641d colmap::ExtractSiftFeaturesGPU()
@ 0x564b3a8333e2 colmap::internal::SiftFeatureExtractorThread::Run()
@ 0x564b3a915786 colmap::Thread::RunFunc()
@ 0x7f2e1ba7b253 (unknown)
@ 0x7f2e1b6b7ac3 (unknown)
@ 0x7f2e1b749850 (unknown)

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

No branches or pull requests

1 participant