Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion GeoDjango in Ubuntu 8.10, Segmentation Fault
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rcoup  
View profile  
 More options Dec 2 2008, 2:25 pm
From: rcoup <robert.c...@gmail.com>
Date: Tue, 2 Dec 2008 11:25:21 -0800 (PST)
Local: Tues, Dec 2 2008 2:25 pm
Subject: Re: GeoDjango in Ubuntu 8.10, Segmentation Fault

On Nov 26, 6:07 am, Justin Bronn <jbr...@gmail.com> wrote:

> I created an Ubuntu 8.10 VM to try and test out this problem.
> However, the only way that I could reproduce your exact problem
> (segfault upon HTTP request) is when using the mpm-worker (threaded)
> Apache.  When using the prefork, however, I was able to get both
> mod_python and mod_wsgi to work with a simple demonstration app [1].
> I think mpm-worker is the default when you do `apt-get install
> apache2`, so make sure you have it removed, e.g., `apt-get remove
> apache2-mpm-worker; apt-get install apache2-mpm-prefork`.

See my experiences with Intrepid/apache/GEOS:
http://groups.google.co.nz/group/modwsgi/browse_thread/thread/a488d25...

The minimal WSGI/script (crashes under mod-python too) i can get to
segfault is:
  from django.contrib.gis.geos import GEOSGeometry
  g = GEOSGeometry('POINT(0 0)')
  foo = g.wkt  #segfault

Let me know if you want more testing done.

Rob :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.