Bug 679277

Summary: [abrt] paraview-3.8.1-3.fc14: rawmemchr: Process /usr/lib64/paraview/pvpython was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Elliott Sales de Andrade <quantum.analyst>
Component: paraviewAssignee: Orion Poplawski <orion>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: orion, pertusus
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:b8ad80df2b9568eafeadcc51ad93157bc41f8d73
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-30 22:51:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
Crash with 3.10 none

Description Elliott Sales de Andrade 2011-02-22 06:00:09 UTC
abrt version: 1.1.17
architecture: x86_64
Attached file: backtrace, 32836 bytes
cmdline: /usr/lib64/paraview/pvpython
component: paraview
Attached file: coredump, 55853056 bytes
crash_function: rawmemchr
executable: /usr/lib64/paraview/pvpython
kernel: 2.6.35.11-83.fc14.x86_64
package: paraview-3.8.1-3.fc14
rating: 4
reason: Process /usr/lib64/paraview/pvpython was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)
time: 1298353545
uid: 500

How to reproduce
-----
1. Fiddling with interactive python scripting (in pvpython)
2. Try to save a PNG with view.WriteImage

Comment 1 Elliott Sales de Andrade 2011-02-22 06:00:11 UTC
Created attachment 480053 [details]
File: backtrace

Comment 2 Orion Poplawski 2011-02-23 05:15:27 UTC
Can you reproduce reliably?  Will need to get glibc-debuginfo installed as well to get a useable backtrace.  Will try to reproduce here.

Comment 3 Elliott Sales de Andrade 2011-02-23 06:56:54 UTC
Yep, easy to reproduce:

>>> from paraview.simple import *
>>> cone=Cone()
>>> Show(cone)
>>> Render()
>>> WriteImage('test-paraview.png')

But,
Package glibc-debuginfo-2.12.90-18.x86_64 already installed and latest version

Comment 4 Orion Poplawski 2011-08-03 15:07:38 UTC
Can you test https://admin.fedoraproject.org/updates/paraview-3.10.1-3.fc14 and
see if you can reproduce with that?

Comment 5 Elliott Sales de Andrade 2011-08-03 21:43:46 UTC
Created attachment 516583 [details]
Crash with 3.10

It still crashes with the new update.

Comment 6 Orion Poplawski 2011-12-30 22:51:02 UTC

*** This bug has been marked as a duplicate of bug 677387 ***