From: John Z. <joh...@wa...> - 2012-09-10 14:43:45
|
Hi All, I think we have tracked down the problem with Vpython seg faulting on 64 bit Ubuntu with NVIDIA drivers. It appears that some packages install a minor version upgrade of some glx libraries that cause the breakage. The following command restores a working VPython for us: sudo apt-get install libgl1-mesa-glx=8.0.2-0ubuntu3 libglapi-mesa=8.0.2-0ubuntu3 This reverts from the 8.0.3 version of these packages down to the 8.0.2 that was the original install and that the stock NVIDIA drivers are apparently built against. So we now have Vpython working on 64-bit Ubuntu using both the stock NVIDIA drivers and python-visual that come with Ubuntu. --John John Zelle, PhD Professor of Computer Science Wartburg College ________________________________________ From: Bruce Sherwood [Bru...@nc...] Sent: Monday, September 03, 2012 10:45 AM To: vpusers Subject: Re: [Visualpython-users] seg faulting I guess this proves that my experience with the Boost libraries is irrelevant. Thanks for this further analysis. Bruce Sherwood On Mon, Sep 3, 2012 at 7:38 AM, John Zelle <joh...@wa...> wrote: > Hi All, > > Let me second what Guy is saying. I am attempting to run VPython using the stock Ubuntu package (python-visual Ubuntu 12.04, 64 bit), not building it myself. It works out of the box with a clean install and update of all installed packages. However, it appears that some other package that I install later on breaks VPython. It also appears that the issue is somehow tied to NVIDIA drivers, since I don't have this problem on machines with Intel graphics. Others have reported that the seg fault starts after updating the NVIDIA pacakges for CUDA. I have not done that (yet), so it appears the problem is more general than that. Hopefully, we'll be able to track down the offending packages once I get some lab help back later this week. > > --John > > John Zelle, PhD > Professor of Computer Science > Wartburg College ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Visualpython-users mailing list Vis...@li... https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: Andrew M. <agm...@gm...> - 2012-09-10 15:02:30
|
John, That fix works for me! Wonderful! If I ever find myself in Iowa, I owe you dinner. Andrew On Mon, Sep 10, 2012 at 10:43 AM, John Zelle <joh...@wa...>wrote: > Hi All, > > I think we have tracked down the problem with Vpython seg faulting on 64 > bit Ubuntu with NVIDIA drivers. It appears that some packages install a > minor version upgrade of some glx libraries that cause the breakage. The > following command restores a working VPython for us: > > sudo apt-get install libgl1-mesa-glx=8.0.2-0ubuntu3 > libglapi-mesa=8.0.2-0ubuntu3 > > This reverts from the 8.0.3 version of these packages down to the 8.0.2 > that was the original install and that the stock NVIDIA drivers are > apparently built against. > > So we now have Vpython working on 64-bit Ubuntu using both the stock > NVIDIA drivers and python-visual that come with Ubuntu. > > --John > > John Zelle, PhD > Professor of Computer Science > Wartburg College > > > ________________________________________ > From: Bruce Sherwood [Bru...@nc...] > Sent: Monday, September 03, 2012 10:45 AM > To: vpusers > Subject: Re: [Visualpython-users] seg faulting > > I guess this proves that my experience with the Boost libraries is > irrelevant. Thanks for this further analysis. > > Bruce Sherwood > > On Mon, Sep 3, 2012 at 7:38 AM, John Zelle <joh...@wa...> > wrote: > > Hi All, > > > > Let me second what Guy is saying. I am attempting to run VPython using > the stock Ubuntu package (python-visual Ubuntu 12.04, 64 bit), not building > it myself. It works out of the box with a clean install and update of all > installed packages. However, it appears that some other package that I > install later on breaks VPython. It also appears that the issue is somehow > tied to NVIDIA drivers, since I don't have this problem on machines with > Intel graphics. Others have reported that the seg fault starts after > updating the NVIDIA pacakges for CUDA. I have not done that (yet), so it > appears the problem is more general than that. Hopefully, we'll be able to > track down the offending packages once I get some lab help back later this > week. > > > > --John > > > > John Zelle, PhD > > Professor of Computer Science > > Wartburg College > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > -- Sincerely, Andrew McCormick |
From: Daniel C. <dan...@gm...> - 2012-09-10 16:03:25
|
+1. That fix worked for me. Although I didn't have nvidia installed, but I did have it installed previously. Thanks so much! :D On Mon, Sep 10, 2012 at 8:02 AM, Andrew McCormick <agm...@gm...>wrote: > John, > > That fix works for me! Wonderful! If I ever find myself in Iowa, I owe you > dinner. > > Andrew > > > On Mon, Sep 10, 2012 at 10:43 AM, John Zelle <joh...@wa...>wrote: > >> Hi All, >> >> I think we have tracked down the problem with Vpython seg faulting on 64 >> bit Ubuntu with NVIDIA drivers. It appears that some packages install a >> minor version upgrade of some glx libraries that cause the breakage. The >> following command restores a working VPython for us: >> >> sudo apt-get install libgl1-mesa-glx=8.0.2-0ubuntu3 >> libglapi-mesa=8.0.2-0ubuntu3 >> >> This reverts from the 8.0.3 version of these packages down to the 8.0.2 >> that was the original install and that the stock NVIDIA drivers are >> apparently built against. >> >> So we now have Vpython working on 64-bit Ubuntu using both the stock >> NVIDIA drivers and python-visual that come with Ubuntu. >> >> --John >> >> John Zelle, PhD >> Professor of Computer Science >> Wartburg College >> >> >> ________________________________________ >> From: Bruce Sherwood [Bru...@nc...] >> Sent: Monday, September 03, 2012 10:45 AM >> To: vpusers >> Subject: Re: [Visualpython-users] seg faulting >> >> I guess this proves that my experience with the Boost libraries is >> irrelevant. Thanks for this further analysis. >> >> Bruce Sherwood >> >> On Mon, Sep 3, 2012 at 7:38 AM, John Zelle <joh...@wa...> >> wrote: >> > Hi All, >> > >> > Let me second what Guy is saying. I am attempting to run VPython using >> the stock Ubuntu package (python-visual Ubuntu 12.04, 64 bit), not building >> it myself. It works out of the box with a clean install and update of all >> installed packages. However, it appears that some other package that I >> install later on breaks VPython. It also appears that the issue is somehow >> tied to NVIDIA drivers, since I don't have this problem on machines with >> Intel graphics. Others have reported that the seg fault starts after >> updating the NVIDIA pacakges for CUDA. I have not done that (yet), so it >> appears the problem is more general than that. Hopefully, we'll be able to >> track down the offending packages once I get some lab help back later this >> week. >> > >> > --John >> > >> > John Zelle, PhD >> > Professor of Computer Science >> > Wartburg College >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> > > > > -- > Sincerely, > > Andrew McCormick > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: Bruce S. <Bru...@nc...> - 2012-09-10 17:35:07
|
Awesome! Thanks! I've posted your information on the vpython.org Linux download page. Bruce Sherwood On Mon, Sep 10, 2012 at 8:43 AM, John Zelle <joh...@wa...> wrote: > Hi All, > > I think we have tracked down the problem with Vpython seg faulting on 64 bit Ubuntu with NVIDIA drivers. It appears that some packages install a minor version upgrade of some glx libraries that cause the breakage. The following command restores a working VPython for us: > > sudo apt-get install libgl1-mesa-glx=8.0.2-0ubuntu3 libglapi-mesa=8.0.2-0ubuntu3 > > This reverts from the 8.0.3 version of these packages down to the 8.0.2 that was the original install and that the stock NVIDIA drivers are apparently built against. > > So we now have Vpython working on 64-bit Ubuntu using both the stock NVIDIA drivers and python-visual that come with Ubuntu. > > --John > > John Zelle, PhD > Professor of Computer Science > Wartburg College > > > ________________________________________ > From: Bruce Sherwood [Bru...@nc...] > Sent: Monday, September 03, 2012 10:45 AM > To: vpusers > Subject: Re: [Visualpython-users] seg faulting > > I guess this proves that my experience with the Boost libraries is > irrelevant. Thanks for this further analysis. > > Bruce Sherwood > > On Mon, Sep 3, 2012 at 7:38 AM, John Zelle <joh...@wa...> wrote: >> Hi All, >> >> Let me second what Guy is saying. I am attempting to run VPython using the stock Ubuntu package (python-visual Ubuntu 12.04, 64 bit), not building it myself. It works out of the box with a clean install and update of all installed packages. However, it appears that some other package that I install later on breaks VPython. It also appears that the issue is somehow tied to NVIDIA drivers, since I don't have this problem on machines with Intel graphics. Others have reported that the seg fault starts after updating the NVIDIA pacakges for CUDA. I have not done that (yet), so it appears the problem is more general than that. Hopefully, we'll be able to track down the offending packages once I get some lab help back later this week. >> >> --John >> >> John Zelle, PhD >> Professor of Computer Science >> Wartburg College > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: Guy K. K. <guy...@au...> - 2012-09-23 01:21:27
Attachments:
signature.asc
|
On 11/09/12 02:43, John Zelle wrote: > So we now have Vpython working on 64-bit Ubuntu using both the stock NVIDIA drivers and python-visual that come with Ubuntu. Awesome! As said before, this is something that should be communicated upstream to the package maintainers. They've got some leverage to get the dependencies right. Guy -- Guy K. Kloss School of Computing + Mathematical Sciences Auckland University of Technology Private Bag 92006, Auckland 1142 phone: +64 9 921 9999 ext. 5032 eMail: Guy...@au... |
From: Guy K. K. <guy...@au...> - 2012-09-23 03:54:12
Attachments:
signature.asc
|
I have added information to the existing bug on launchpad for the python-visual package. Let's hope that the maintainer knows what to do in order to escalate it to the right instances to get it resolved for the future. Also, if you're on Ubuntu and have got the problem, you may want to mark yourself as being affected in order to increase the priority of the bug, and improve chances of somebody working on it. Also, if you do have further insights, a further confirmation, or other conditions under which it occurs, please also specify those in an additional comment. https://bugs.launchpad.net/ubuntu/+source/python-visual/+bug/787932 Thanks, Guy -- Guy K. Kloss School of Computing + Mathematical Sciences Auckland University of Technology Private Bag 92006, Auckland 1142 phone: +64 9 921 9999 ext. 5032 eMail: Guy...@au... |
From: Guy K. K. <guy...@au...> - 2012-09-23 05:57:42
Attachments:
signature.asc
|
On 11/09/12 02:43, John Zelle wrote: > sudo apt-get install libgl1-mesa-glx=8.0.2-0ubuntu3 libglapi-mesa=8.0.2-0ubuntu3 > > This reverts from the 8.0.3 version of these packages down to the 8.0.2 that was the original install and that the stock NVIDIA drivers are apparently built against. > > So we now have Vpython working on 64-bit Ubuntu using both the stock NVIDIA drivers and python-visual that come with Ubuntu. Helps just as well on some 32 bit systems with NVIDIA drivers here. Cool! Thx, Guy -- Guy K. Kloss School of Computing + Mathematical Sciences Auckland University of Technology Private Bag 92006, Auckland 1142 phone: +64 9 921 9999 ext. 5032 eMail: Guy...@au... |