GNOME Bugzilla – Bug 447513
crash in Evolution: Restarting Evolution aft...
Last modified: 2007-06-15 17:39:44 UTC
What were you doing when the application crashed? Restarting Evolution after the last crash of evolution. Distribution: Gentoo Base System release 1.12.9 Gnome Release: 2.16.2 2007-02-09 (Gentoo) BugBuddy Version: 2.16.0 Memory status: size: 160370688 vsize: 0 resident: 160370688 share: 0 rss: 24608768 rss_rlim: 0 CPU usage: start_time: 1181824125 rtime: 0 utime: 146 stime: 0 cutime:132 cstime: 0 timeout: 14 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/evolution-2.8' Using host libthread_db library "/lib/libthread_db.so.1". `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1233147296 (LWP 5484)] [New Thread -1362564192 (LWP 5563)] [New Thread -1342526560 (LWP 5562)] [New Thread -1323992160 (LWP 5559)] [New Thread -1315599456 (LWP 5546)] [New Thread -1307206752 (LWP 5545)] [New Thread -1298420832 (LWP 5544)] [New Thread -1290028128 (LWP 5534)] [New Thread -1281635424 (LWP 5533)] [New Thread -1273242720 (LWP 5532)] [New Thread -1264686176 (LWP 5531)] [New Thread -1256293472 (LWP 5530)] [New Thread -1247773792 (LWP 5529)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 140913
Thread 1 (Thread -1233147296 (LWP 5484))
I think I have found an e-mail that crashes evolution. I can reproduce the crash. Evolution crashes every time I try to open this e-mail: From - Thu Jun 14 14:36:43 2007 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 Delivered-To: xxx@xxx Return-Path: <xxx@xxx> Received: from mail.gmx.net (mail.gmx.net [::ffff:213.165.64.20]) by mail.alontis.de with esmtp; Thu, 14 Jun 2007 14:19:07 +0200 id 000E6B56.4671323B.000060E5 Received: (qmail invoked by alias); 14 Jun 2007 12:18:38 -0000 Received: from p57B49E53.dip0.t-ipconnect.de (EHLO [192.168.111.29]) [87.180.158.83] by mail.gmx.net (mp030) with SMTP; 14 Jun 2007 14:18:38 +0200 X-Authenticated: #1806169 X-Provags-ID: V01U2FsdGVkX1+Arr1KFZ+ADs4dBWEpAAFe0CH04ksxQrkxSC0Jlt 8/Go6sYVA2+9ZJ Message-ID: <4671336D.4070401@gmx.de> Date: Thu, 14 Jun 2007 14:24:13 +0200 From: "xxx@xxx" <xxx@xxx> User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=_xxx-xx-xxx-xxx.internetserviceteam.com-24805-1181823547-0001-2" To: xxx@xxx Subject: was ich hin bekommen habe X-Y-GMX-Trusted: 0 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_217-20-116-34.internetserviceteam.com-24805-1181823547-0001-2 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit <cid:part1.09070201.05050407@gmx.de> <cid:part2.04040207.08000800@gmx.de> --=_217-20-116-34.internetserviceteam.com-24805-1181823547-0001-2 Content-Type: text/xml; name="web.xml"; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="web.xml" <?xml version="1.0"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> <description>Standard-Deskriptor fÌr MyFaces</description> <display-name>Standard-Deskriptor fÌr MyFaces</display-name> <context-param> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>server</param-value> </context-param> <context-param> <param-name>javax.faces.CONFIG_FILES</param-name> <param-value>/WEB-INF/faces-config.xml</param-value> </context-param> <listener> <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class> </listener> <!-- Faces Servlet --> <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <!-- Faces Servlet Mapping --> <servlet-mapping> <servlet-name>Faces Servlet</servlet-name> <url-pattern>*.jsf</url-pattern> </servlet-mapping> <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> <welcome-file>default.html</welcome-file> <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list> </web-app> --=_217-20-116-34.internetserviceteam.com-24805-1181823547-0001-2 Content-Type: text/xml; name="faces-config.xml"; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="faces-config.xml" <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd"> <faces-config> <managed-bean> <managed-bean-name>naviHandler</managed-bean-name> <managed-bean-class> de.jsfpraxis.events.NavigationsHandler</managed-bean-class> <managed-bean-scope>session</managed-bean-scope> </managed-bean> <navigation-rule> <description>Beispiele fÌr alle relevanten View-to-View-Regeln</description> <from-view-id>/pages/hauptseite.jsp</from-view-id> <navigation-case> <from-action>#{naviHandler.rot}</from-action> <to-view-id>/pages/ganzrot.jsp</to-view-id> </navigation-case> <navigation-case> <from-outcome>rot</from-outcome> <to-view-id>/pages/rot.jsp</to-view-id> </navigation-case> <navigation-case> <from-outcome>gelb</from-outcome> <to-view-id>/pages/gelb.jsp</to-view-id> </navigation-case> <navigation-case> <from-outcome>blau</from-outcome> <to-view-id>/pages/blau.jsp</to-view-id> </navigation-case> <navigation-case> <from-outcome>redirect</from-outcome> <to-view-id>/pages/ganzrot.jsp</to-view-id> <redirect /> </navigation-case> <navigation-case> <from-outcome>das buch</from-outcome> <to-view-id>/pages/das-buch.jsp</to-view-id> </navigation-case> <navigation-case> <from-outcome>der link</from-outcome> <to-view-id>/pages/meinLinker.jsp</to-view-id> </navigation-case> <navigation-case> <display-name>derLink</display-name> <to-view-id>/pages/derLink.jsp</to-view-id> </navigation-case> </navigation-rule> <navigation-rule> <description> Beispiel fÌr Wildcard </description> <from-view-id>/pages/*</from-view-id> <navigation-case> <from-outcome>zurÌck</from-outcome> <to-view-id>/pages/hauptseite.jsp</to-view-id> </navigation-case> </navigation-rule> <navigation-rule> <description> Beispiele fÌr alle relevanten View-to-View-Regeln</description> <display-name> pages/hauptseite</display-name> <from-view-id> /pages/hauptseite.jsp</from-view-id> <navigation-case> <to-view-id> /pages/linker.jsp</to-view-id> </navigation-case> </navigation-rule> <navigation-rule> <description> Beispiele fÌr alle relevanten View-to-View-Regeln</description> <display-name>pages/hauptseite</display-name> <from-view-id> /pages/hauptseite.jsp</from-view-id> </navigation-rule> <navigation-rule> <description>simple link</description> <display-name>/pages/swtart.jsp</display-name> <from-view-id>derLink</from-view-id> </navigation-rule> <navigation-rule> <from-view-id>/view.jsp</from-view-id> <navigation-case> <from-outcome>edit</from-outcome> <to-view-id>/rot.jsp</to-view-id> <redirect /> </navigation-case> </navigation-rule> </faces-config> --=_217-20-116-34.internetserviceteam.com-24805-1181823547-0001-2 Content-Type: text/html; name="hauptseite.jsp"; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="hauptseite.jsp" <%@ page session="false" contentType="text/html;charset=utf-8"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <html> <head> <title>�bungen zur Navigation: Hauptseite</title> </head> <body> <f:view> <h:form> <h:panelGrid columns="2"> <h:outputLink id="derLink"/> <h:outputLabel for="eingabe" value="Eingabe (rot/gelb/blau):" /> <h:inputText id="eingabe" value="#{naviHandler.eingabe}" /> <h:commandButton action="#{naviHandler.verteiler}" value="Abschicken" /> <h:outputText value="Beispiel View-to-View" /> <h:commandButton action="#{naviHandler.rot}" value="Ganz rot" /> <h:outputText value="Beispiel <from-action>" /> <h:commandButton action="redirect" value="Ganz rot" /> <h:outputText value="Beispiel <redirect>" /> <h:outputLink value="http://www.jsfpraxis.de"> <h:outputText value="Das Buch" /> </h:outputLink> <h:outputText value="Einfacher HTML-Link" /> <h:commandButton action="das buch" value="Das Buch" /> <h:outputText value="Gehe zum Buch" /> <h:commandButton action="#{naviHandler.dasBuch}" value="Das Buch" /> <h:outputText value="Dito in Java" /> <h:commandLink action="der link" value="value"></h:commandLink> </h:panelGrid> </h:form> </f:view> </body> </html> --=_xxx-xx-xxx-xxx.internetserviceteam.com-24805-1181823547-0001-2--
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 387435 ***