Blender benchmark issue #85513

Open
opened 2021-02-10 04:51:23 +01:00 by deepika · 7 comments

Hello

I'm a student, I was trying to run the Blender benchmark on my system but there was a pop-up error display showing that the benchmark failed to collect metadata from open data website.

Can you please look over this issue and help me fix it.
here I have attached the errors

blender_error1.PNG

blender_error2.PNG

blender_error.PNG

Hello I'm a student, I was trying to run the Blender benchmark on my system but there was a pop-up error display showing that the benchmark failed to collect metadata from open data website. Can you please look over this issue and help me fix it. here I have attached the errors ![blender_error1.PNG](https://archive.blender.org/developer/F9764006/blender_error1.PNG) ![blender_error2.PNG](https://archive.blender.org/developer/F9764005/blender_error2.PNG) ![blender_error.PNG](https://archive.blender.org/developer/F9764003/blender_error.PNG)
Author

Added subscriber: @dasarideepika

Added subscriber: @dasarideepika

infrastructure/blender-benchmark-bundle#83898 was marked as duplicate of this issue

infrastructure/blender-benchmark-bundle#83898 was marked as duplicate of this issue

Added subscriber: @rjg

Added subscriber: @rjg

Added subscriber: @OmarEmaraDev

Added subscriber: @OmarEmaraDev

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Can confirm with various commands, including:

./benchmark-launcher-cli blender download -v 3
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x503ace]

goroutine 1 [running]:
sync.(*Mutex).Lock(...)
        /usr/local/go/src/sync/mutex.go:74
log.(*Logger).Output(0x0, 0x2, 0xc0000be630, 0x2b, 0x0, 0x0)
        /usr/local/go/src/log/log.go:153 +0x6e
log.(*Logger).Printf(0x0, 0x9a80cb, 0x2, 0xc0000e5f10, 0x1, 0x1)
        /usr/local/go/src/log/log.go:179 +0x7e
git.blender.org/blender-open-data/launcher/internal.ExitWithError(0xa68fc0, 0xc0000ab970)
        /repo/launcher/internal/application.go:9 +0xac
main.main()
        /repo/launcher/cmd/benchmark-launcher-cli/main.go:14 +0x5c
Can confirm with various commands, including: ``` ./benchmark-launcher-cli blender download -v 3 ``` ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x503ace] goroutine 1 [running]: sync.(*Mutex).Lock(...) /usr/local/go/src/sync/mutex.go:74 log.(*Logger).Output(0x0, 0x2, 0xc0000be630, 0x2b, 0x0, 0x0) /usr/local/go/src/log/log.go:153 +0x6e log.(*Logger).Printf(0x0, 0x9a80cb, 0x2, 0xc0000e5f10, 0x1, 0x1) /usr/local/go/src/log/log.go:179 +0x7e git.blender.org/blender-open-data/launcher/internal.ExitWithError(0xa68fc0, 0xc0000ab970) /repo/launcher/internal/application.go:9 +0xac main.main() /repo/launcher/cmd/benchmark-launcher-cli/main.go:14 +0x5c ```

The command is missing the blender version (and the command-line option parsing easily segfaults when you forget something). So ./benchmark-launcher-cli blender download 3.6.0 works for me.

The command is missing the blender version (and the command-line option parsing easily segfaults when you forget something). So `./benchmark-launcher-cli blender download 3.6.0` works for me.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-open-data#85513
No description provided.