-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[bug] double free or corruption (out) #929
Comments
I'm still having this problem, after rebuilding AliceVision and trying all sorts of things. I don't know how to trace down the cause. |
When you select the StructureFromMotion node, in the attribute editor you have a tab called "Status". From there you can retrieve the aliceVision command line. You can run this command line with: |
Thank you so much. Having that full commandline sure is handy. Here's what I have so far. Trying to investigate:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is closed due to inactivity. Feel free to re-open if new information is available. |
`Thread 1 "aliceVision_inc" received signal SIGABRT, Aborted. #0 0x00007ffff0c537bb in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 |
Okay. The recent builds of ceres seem to have fixed this. :) I can't change the status of this issue. |
[Edit] Added full cgdb backtrace in a reply, below, 2021-01-02
Built alicevision from github. During structureFromMotion I get a "double free or corruption (out)" message.
This is in Debian (stable) Linux.
I ran meshroom, using the paths set to use the compiled AliceVision directory's files (script below):
I don't know what to do with setupInitScriptUnix.py (it just leaves me in the python interpreter).
Here's the script I use to run meshroom:
The text was updated successfully, but these errors were encountered: