Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105496

Re: crash while using PyCharm / Python3

From Daniel Wilcox <dmw@yubasolutions.com>
Newsgroups comp.lang.python
Subject Re: crash while using PyCharm / Python3
Date 2016-03-22 09:32 -0700
Message-ID <mailman.18.1458664406.2244.python-list@python.org> (permalink)
References (5 earlier) <ncprqb$tl9$1@news.albasani.net> <ncq42h$b8v$1@news.albasani.net> <ncqc7j$na1$1@dont-email.me> <ncqsui$r9q$1@news.albasani.net> <ncrg2v$jo$2@dont-email.me>

Show all headers | View raw


Now as for *why* you needed to reinstall your graphics driver... did the
graphics driver get updated before the crash?  Or do we think something in
the java runtime for PyCharm ate libglx or friends?

I did find this PyCharm crash in which Java ate itself -- though didn't eat
any library files (as that is *very* special) -- going on out a limb here
maybe the crash was something like this, sans the markdown plugin:
https://github.com/nicoulaj/idea-markdown/issues/247

<snip>
7f7b38dd9000 r-xp 00000000 08:06 926862
/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f7b38dd9000-7f7b38fd8000 ---p 00015000 08:06 926862
/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f7b38fd8000-7f7b38fda000 r--p 00014000 08:06 926862
/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f7b38fda000-7f7b38fdb000 rw-p 00016000 08:06 926862
/usr/lib/x86_64-linux-gnu/libxcb-glx.s</snip>

So some xcb libraries do get mapped -- but that doesn't say much really --
after all paging a library in shouldn't lead to writing to it, corrupting
it -- but copy-on-write and all that crap... so maybe.

Also from some quick reading on XCD it doesn't sound like it has anything
to do with initializing the graphics system, which is still GLX+Xlib's
job.  So whether this could even affect you at startup isn't clear to me.

https://xcb.freedesktop.org/opengl/

Late to the party but glad to hear everything worked out.  It's been
literally a decade since I worried about having working 3d graphics in
Linux, so nouveau for me.  Cheers!


On Tue, Mar 22, 2016 at 6:10 AM, Jonathan N. Little <lws4art@gmail.com>
wrote:

> Adam wrote:
>
>> Thanks, but why fix if it ain't broke?:-)
>>
>
> No reason to.
>
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIO
> http://www.LittleWorksStudio.com
> --
> https://mail.python.org/mailman/listinfo/python-list
>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-18 21:34 -0700
  Re: crash while using PyCharm / Python3 wxjmfauth@gmail.com - 2016-03-19 02:30 -0700
  Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 09:51 -0700
    Re: crash while using PyCharm / Python3 "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2016-03-21 18:33 +0100
      Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 11:05 -0700
      Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 11:36 -0700
        Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-21 15:58 -0400
          Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 15:15 -0700
            Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 17:23 -0700
              Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-21 22:58 -0400
                Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 00:41 -0700
                Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-22 09:10 -0400
                Re: crash while using PyCharm / Python3 Daniel Wilcox <dmw@yubasolutions.com> - 2016-03-22 09:32 -0700
                Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 14:52 -0700
              Re: crash while using PyCharm / Python3 Big Bad Bob <BigBadBob-at-mrp3-dot-com@testing.local> - 2016-03-22 09:39 -0700
                Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 14:52 -0700
        Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 17:36 -0700
          Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-21 23:13 -0400
            Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 00:46 -0700
    Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 10:52 -0700
  Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-23 21:18 -0700
    Re: crash while using PyCharm / Python3 Daniel Wilcox <dmw@yubasolutions.com> - 2016-04-02 17:05 -0700

csiph-web