Bug 700232

Summary: Version 1.1.8 causes problems on django
Product: [Fedora] Fedora Reporter: Eduardo Villagrán Morales <evillagr>
Component: pywebkitgtkAssignee: Ignacio Vazquez-Abrams <ivazqueznet>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 15CC: ivazqueznet, phatina, walters
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-13 14:20:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Example of django views.py
none
The patch fixes the apache hangup.
none
Patch for current spec file. none

Description Eduardo Villagrán Morales 2011-04-27 20:31:58 UTC
Description of problem:
I have a django project that use pywebkitgtk for some tasks. Under 1.1.6 it run perfectly on httpd + mod_wsgi. I use Xvfb for import gtk and webkit without X.
After update to 1.1.8, when I import webkit under django it enter in a wait state.
I downgraded to 1.1.6 and django over httpd with mod_wsgi work fine again.

Version-Release number of selected component (if applicable):
1.1.8

How reproducible:
import webkit inside a django project, then deploy with httpd + mod_wsgi with pywebkitgtk 1.1.6, it work. Update to 1.1.8 and then fail to load.

Steps to Reproduce:
1. Create a django project and import webkit in a views function
2. Deploy with httpd + mod_wsgi
3. With pywebkitgtk 1.1.6 works fine, with 1.1.8 don't load.
  
Actual results:
Enter in a wait state

Expected results:
Load the module and deploy the django app.

Additional info:

Comment 1 Eduardo Villagrán Morales 2011-04-27 20:37:25 UTC
Created attachment 495344 [details]
Example of django views.py

It's is a very simple example, this view work fine with 1.1.6 but dont work with 1.1.8.
I create a Xvfb instace, then set DISPLAY var in wsgi file to use this Xvfb instance. This allow import webkit without X.

Comment 2 Peter Hatina 2011-06-29 07:14:10 UTC
Created attachment 510401 [details]
The patch fixes the apache hangup.

Comment 3 Peter Hatina 2011-06-29 07:14:53 UTC
Created attachment 510402 [details]
Patch for current spec file.