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

Segfault on interrogate, Architecture (null) #40

Closed
Despruk opened this issue Nov 26, 2017 · 3 comments
Closed

Segfault on interrogate, Architecture (null) #40

Despruk opened this issue Nov 26, 2017 · 3 comments
Labels

Comments

@Despruk
Copy link

Despruk commented Nov 26, 2017

Here's the output when running interrogate, same thing with environment

$ sudo ddcutil interrogate
Setting output level verbose...
Setting maximum retries...
Forcing --stats...
Forcing --force-slave-address..
This command will take a while to run...


*** Basic System Information ***

ddcutil version: 0.8.5

/proc/version:
  Linux version 4.12.8-2-ARCH (builduser@foutrelis) (gcc version 7.2.0 (GCC) ) #1 SMP PREEMPT Fri Aug 18 14:08:02 UTC 2017

Architecture:     (null)
Distributor id:   Arch
Release:          rolling
Unexpected architecture (null).  Please report.
Segmentation fault
@Despruk Despruk changed the title Segfault on interrogate Segfault on interrogate Architecture (null) Nov 26, 2017
@Despruk Despruk changed the title Segfault on interrogate Architecture (null) Segfault on interrogate, Architecture (null) Nov 26, 2017
@Despruk
Copy link
Author

Despruk commented Nov 26, 2017

char * architecture = execute_shell_cmd_one_line_result("arch"); // alt: use uname -m

Looks like there is no arch program on Arch linux. uname -m would work.

@rockowitz
Copy link
Owner

rockowitz commented Nov 27, 2017 via email

@rockowitz
Copy link
Owner

segfault fixed in 0.8.5

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

No branches or pull requests

2 participants