From: John H. <jdh...@ac...> - 2005-03-31 15:09:14
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes: Darren> Segmentation fault me too -- does the stat64 call ring a bell with anyone? Or does the output below indicate the stat64 call succeeded and a subsequent unknown followup call failed. I'm an strace baby.... peds-pc311:~> strace pydoc matplotlib.axes ...snip.... read(3, "e:\n rowColours = \'w\' "..., 4096) = 4096 read(3, ", x.typecode())\n if len(y"..., 4096) = 4096 read(3, "numRows, numCols, plotNum)\n\n "..., 4096) = 4096 read(3, "nit_bbox(), self.bbox)\n\n\n def"..., 4096) = 4096 read(3, "\')\n t.set_transform(s"..., 4096) = 4096 read(3, "for polar axes (yet)\')\n\n\n def"..., 4096) = 2678 read(3, "", 4096) = 0 close(3) = 0 munmap(0x40ba0000, 4096) = 0 stat64("/usr/local/lib/python2.3/site-packages/matplotlib/axes.py", {st_mode=S_IFREG|0644, st_size=129654, ...}) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- peds-pc311:~> uname -a Linux peds-pc311.bsd.uchicago.edu 2.4.21-15.0.2.ELsmp #1 SMP Wed Jun 16 22:52:07 EDT 2004 i686 i686 i386 GNU/Linux peds-pc311:~> |