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

Segmentation fault in mate-display properties when changing resolution #83

Closed
prateeksriv opened this issue Jan 11, 2014 · 7 comments
Closed

Comments

@prateeksriv
Copy link

I have a dual monitor setup. When I try to increase resolution of secondary monitor, I get a segfault.
I do not have a binary with symbols, so I could not get a proper backtrace. But here it is:

#0  0x00000000006e6230 in ?? ()
#1  0x00007ffff70f1bd3 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#2  0x00007ffff70f31a8 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#3  0x00007ffff70f324e in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#4  0x00007ffff60cb3b6 in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffff60cb708 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007ffff60cbb0a in g_main_loop_run ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007ffff7403f62 in gtk_dialog_run ()
   from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#8  0x0000000000406763 in main ()

dmesg:

[  264.365146] mate-display-pr[2692]: segfault at 264bfc0 ip 000000000264bfc0 sp 00007fffd0d93328 error 15
[  322.650962] traps: mate-display-pr[2731] general protection ip:7f7628e7fbd1 sp:7fffd370edb0 error:0 in libgdk-x11-2.0.so.0.2400.20[7f7628e28000+ad000]
[  335.852602] mate-display-pr[2738]: segfault at 8 ip 00007fd772642bcd sp 00007fff0cdedb50 error 4 in libgdk-x11-2.0.so.0.2400.20[7fd7725eb000+ad000]
[  378.272203] mate-display-pr[2772]: segfault at 7 ip 00007f55e5cd1bcd sp 00007fffe93ae7e0 error 4 in libgdk-x11-2.0.so.0.2400.20[7f55e5c7a000+ad000]
[  400.374539] mate-display-pr[2782]: segfault at 4 ip 0000000000000004 sp 00007fffdd272418 error 14 in mate-display-properties[400000+f000]
[  572.691147] mate-display-pr[2971]: segfault at 7 ip 00007f80a2d23bcd sp 00007fffdd3c9540 error 4 in libgdk-x11-2.0.so.0.2400.20[7f80a2ccc000+ad000]
[  674.292954] perf samples too long (2517 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[  967.991372] traps: mate-display-pr[3320] general protection ip:7f6e7e266bd1 sp:7fffd2bc7420 error:0 in libgdk-x11-2.0.so.0.2400.20[7f6e7e20f000+ad000]
[  998.348761] mate-display-pr[3330]: segfault at 9 ip 00007f07df008bcd sp 00007fffa47f50f0 error 4 in libgdk-x11-2.0.so.0.2400.20[7f07defb1000+ad000]
[ 1020.604598] mate-display-pr[3339]: segfault at afbff0 ip 0000000000afbff0 sp 00007fffd6b37e18 error 15
[ 1037.818594] traps: mate-display-pr[3374] general protection ip:7f622a866bd1 sp:7ffffbb6ed10 error:0 in libgdk-x11-2.0.so.0.2400.20[7f622a80f000+ad000]
@stefano-k
Copy link
Collaborator

Please paste log between ```. https://help.github.com/articles/github-flavored-markdown

@stefano-k
Copy link
Collaborator

Are you able to provide backtrace with debug symbols?

@prateeksriv
Copy link
Author

I could provide a backtrace if I know where to find the binary with debug symbols included.
I am currently unable to do a build from source.

@stefano-k
Copy link
Collaborator

Which distribution are you using?

@prateeksriv
Copy link
Author

I am sorry. I had planned on providing my computer information, somehow I missed pasting that information.
I was using the following:
OS: Linux Mint 16 ( mate variant, of-course).
Processor: Intel Centrino
Graphics Card: Intel built-in
( I am currently away from the computer, I can provide the exact details in few hours.)

@stefano-k
Copy link
Collaborator

Install mate-control-center-dbg package

@stefano-k
Copy link
Collaborator

Duplicate of #48

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

No branches or pull requests

2 participants