[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-redhat-users
Subject:    kde-redhat-users Digest, Vol 4, Issue 25
From:       kde-redhat-users-request () lists ! sourceforge ! net
Date:       2006-09-29 19:05:09
Message-ID: mailman.304.1159556709.1226.kde-redhat-users () lists ! sourceforge ! net
[Download RAW message or body]

Send kde-redhat-users mailing list submissions to
	kde-redhat-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/kde-redhat-users
or, via email, send a message with subject or body 'help' to
	kde-redhat-users-request@lists.sourceforge.net

You can reach the person managing the list at
	kde-redhat-users-owner@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of kde-redhat-users digest..."


Today's Topics:

   1. Re: x86_64 crash in imap4 kioslave (Rex Dieter)
   2. Re: x86_64 crash in imap4 kioslave (Rex Dieter)
   3. Re: x86_64 crash in imap4 kioslave (Ravikiran Rajagopal)
   4. Re: x86_64 crash in imap4 kioslave (Ravikiran Rajagopal)
   5. Re: x86_64 crash in imap4 kioslave (Rex Dieter)

[Attachment #4 (multipart/digest)]


Content-Transfer-Encoding: 7bit
From: Rex Dieter <rdieter@math.unl.edu>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200609232106.16601.ravi@ati.com>
In-Reply-To: <200609232106.16601.ravi@ati.com>
Date: Fri, 29 Sep 2006 12:51:07 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <451D5D0B.6080908@math.unl.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Subject: Re: [kde-redhat-users] x86_64 crash in imap4 kioslave
Message: 1

Ravikiran Rajagopal wrote:
> Hi,
>   Has anyone run into the problem reported in the following?
>        http://bugs.kde.org/show_bug.cgi?id=134568
> In short, the imap4 crashes consistently on x86_64 when using kde-redhat or 
> Fedroa RPMS. One way to work around it is to compile the imap4 ioslave in 
> debug mode (but not necessarily the rest of kdepim).

Since this does happen too for Fedora RPMS, please report it
http://bugzilla.redhat.com/
so that Fedora's maintainer is aware of this too.


-- Rex




Content-Transfer-Encoding: 7bit
From: Rex Dieter <rdieter@math.unl.edu>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200609232106.16601.ravi@ati.com>
In-Reply-To: <200609232106.16601.ravi@ati.com>
Date: Fri, 29 Sep 2006 12:52:36 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <451D5D64.1090109@math.unl.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Subject: Re: [kde-redhat-users] x86_64 crash in imap4 kioslave
Message: 2

Ravikiran Rajagopal wrote:

>   Has anyone run into the problem reported in the following?
>        http://bugs.kde.org/show_bug.cgi?id=134568
> In short, the imap4 crashes consistently on x86_64 when using kde-redhat or 
> Fedroa RPMS. One way to work around it is to compile the imap4 ioslave in 
> debug mode (but not necessarily the rest of kdepim).

Not reasonably possible without a *lot* of hackery.

Does that imply we have a compiler bug here? so maybe dropping -O2 -> 
-O1 or -O0 for that module may help.

I'll be pushing a kdelibs-3.5.4-8.0 update soon, you should try that 
before I dig into this any deeper.

-- Rex




Content-Transfer-Encoding: 7bit
From: Ravikiran Rajagopal <ravi@ati.com>
Precedence: list
MIME-Version: 1.0
Cc: Rex Dieter <rdieter@math.unl.edu>
To: kde-redhat-users@lists.sourceforge.net
References: <200609232106.16601.ravi@ati.com> <451D5D64.1090109@math.unl.edu>
In-Reply-To: <451D5D64.1090109@math.unl.edu>
Date: Fri, 29 Sep 2006 14:30:22 -0400
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200609291430.22156.ravi@ati.com>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: Re: [kde-redhat-users] x86_64 crash in imap4 kioslave
Message: 3

On Friday 29 September 2006 13:52, Rex Dieter wrote:
> Does that imply we have a compiler bug here? so maybe dropping -O2 ->
> -O1 or -O0 for that module may help.

Good idea. Dropping to -O1 fixes the bug.





Content-Transfer-Encoding: 7bit
From: Ravikiran Rajagopal <ravi@ati.com>
Precedence: list
MIME-Version: 1.0
To: kde-redhat-users@lists.sourceforge.net
References: <200609232106.16601.ravi@ati.com> <451D5D64.1090109@math.unl.edu>
	<200609291430.22156.ravi@ati.com>
In-Reply-To: <200609291430.22156.ravi@ati.com>
Date: Fri, 29 Sep 2006 14:39:07 -0400
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200609291439.07316.ravi@ati.com>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: Re: [kde-redhat-users] x86_64 crash in imap4 kioslave
Message: 4

On Friday 29 September 2006 14:30, Ravikiran Rajagopal wrote:
> On Friday 29 September 2006 13:52, Rex Dieter wrote:
> > Does that imply we have a compiler bug here? so maybe dropping -O2 ->
> > -O1 or -O0 for that module may help.
>
> Good idea. Dropping to -O1 fixes the bug.

Dang it, I meant to say -O0, not -O1. Sorry for the spam.





Content-Transfer-Encoding: 7bit
From: Rex Dieter <rdieter@math.unl.edu>
Precedence: list
MIME-Version: 1.0
To: kde-redhat-users@lists.sourceforge.net
References: <200609232106.16601.ravi@ati.com> <451D5D64.1090109@math.unl.edu>
	<200609291430.22156.ravi@ati.com>
In-Reply-To: <200609291430.22156.ravi@ati.com>
Date: Fri, 29 Sep 2006 13:40:05 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <451D6885.2040205@math.unl.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Subject: Re: [kde-redhat-users] x86_64 crash in imap4 kioslave
Message: 5

Ravikiran Rajagopal wrote:
> On Friday 29 September 2006 13:52, Rex Dieter wrote:
>> Does that imply we have a compiler bug here? so maybe dropping -O2 ->
>> -O1 or -O0 for that module may help.
> 
> Good idea. Dropping to -O1 fixes the bug.

-O1 or -O0?  In the bugs.kde.org report, you said -O0 fixed it for you. ??

-- Rex



--===============2060899296==--

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
kde-redhat-users mailing list
kde-redhat-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kde-redhat-users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic