[akregator] [Bug 262271] Akregator fetched feeds with incorrect content (overlapping with each other) with dates in future.

2016-07-29 Thread jajaX via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=262271

jajaX <jaja...@gmail.com> changed:

   What|Removed |Added

 CC||jaja...@gmail.com

--- Comment #8 from jajaX <jaja...@gmail.com> ---
Hi !

same problem for me !

always on kubuntu 14.04 with KDE 4.14.13 !

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 334014] akonadiserver start problem after 4.12 to 4.13 update

2014-05-18 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=334014

--- Comment #10 from jajaX jaja...@gmail.com ---
Hi ! (sorry for my bad english !)

after I rename folder .local/share/akonadi and start akonadi, it's works 

tranks for your help ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 334014] akonadiserver start problem after 4.12 to 4.13 update

2014-05-14 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=334014

--- Comment #9 from jajaX jaja...@gmail.com ---
Hi ! (sorry for my bad english !)

always same problem after upgrade to kubuntu 14.04 :

jajax@portable:~/.local/share/akonadi/db_data$ mysql
--socket=/tmp/akonadi-jajax.BSQudX/mysql.socket
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 25
Server version: 5.5.35-1ubuntu1 (Ubuntu)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql SELECT TABLE_NAME,ENGINE FROM information_schema.TABLES WHERE
TABLE_SCHEMA='akonadi';
+--++
| TABLE_NAME   | ENGINE |
+--++
| collectionattributetable | InnoDB |
| collectionmimetyperelation   | InnoDB |
| collectionpimitemrelation| InnoDB |
| collectiontable  | InnoDB |
| flagtable| InnoDB |
| mimetypetable| InnoDB |
| parttable| InnoDB |
| parttypetable| InnoDB |
| pimitemflagrelation  | InnoDB |
| pimitemtable | InnoDB |
| pimitemtagrelation   | InnoDB |
| resourcetable| InnoDB |
| schemaversiontable   | InnoDB |
| tagattributetable| InnoDB |
| tagremoteidresourcerelationtable | InnoDB |
| tagtable | InnoDB |
+--++
16 rows in set (0.00 sec)

mysql ALTER TABLE akonadi.tableName ENGINE = InnoDB;
ERROR 1146 (42S02): Table 'akonadi.tablename' doesn't exist
mysql USE akonadi;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql DELETE FROM CollectionTable WHERE parentId NOT IN (SELECT id FROM
CollectionTable) AND parentId IS NOT NULL;
ERROR 1093 (HY000): You can't specify target table 'CollectionTable' for update
in FROM clause
mysql DELETE FROM CollectionTable WHERE parentId NOT IN (SELECT * FROM (SELECT
id FROM CollectionTable)) AND parentId IS NOT NULL;
ERROR 1248 (42000): Every derived table must have its own alias
mysql DELETE FROM CollectionTable WHERE parentId NOT IN (SELECT * FROM (SELECT
id FROM CollectionTable) AS tableA) AND parentId IS NOT NULL;
Query OK, 6 rows affected (0.17 sec)

mysql mysqladmin --socket=/tmp/akonadi-jajax.BSQudX/mysql.socket shutdown
- quit
- 
- 
- 
- 
- quit
- exit
- ^CCtrl-C -- exit!
Aborted
jajax@portable:~/.local/share/akonadi/db_data$ mysqladmin
--socket=/tmp/akonadi-jajax.BSQudX/mysql.socket shutdown
jajax@portable:~/.local/share/akonadi/db_data$ akonadictl start
Starting Akonadi Server... 
   done. 
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
jajax@portable:~/.local/share/akonadi/db_data$ search paths: 
(/usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin,
/usr/games, /usr/local/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin) 
Found mysql_install_db:  /usr/bin/mysql_install_db 
Found mysqlcheck:  /usr/bin/mysqlcheck 
akonadi.collectionattributetable   OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation  OK
akonadi.collectiontableOK
akonadi.flagtable  OK
akonadi.mimetypetable  OK
akonadi.parttable  OK
akonadi.parttypetable  OK
akonadi.pimitemflagrelationOK
akonadi.pimitemtable   OK
akonadi.pimitemtagrelation OK
akonadi.resourcetable  OK
akonadi.schemaversiontable OK
akonadi.tagattributetable  OK
akonadi.tagremoteidresourcerelationtable   OK
akonadi.tagtable   OK
mysql.columns_priv OK
mysql.db   OK
mysql.eventOK
mysql.func OK
mysql.general_log  OK
mysql.help_categoryOK
mysql.help_keyword OK
mysql.help_relationOK
mysql.help_topic   OK
mysql.host OK
mysql.ndb_binlog_index OK
mysql.plugin   OK

[Akonadi] [Bug 334014] akonadiserver start problem after 4.12 to 4.13 update

2014-05-02 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=334014

--- Comment #6 from jajaX jaja...@gmail.com ---
Hi !

it's better but akonadi dont start again :

mysql USE akonadi;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql DELETE FROM CollectionTable WHERE parentId NOT IN (SELECT * FROM (SELECT
id FROM CollectionTable) AS tableA) AND parentId IS NOT NULL;
Query OK, 1 row affected (0.05 sec)

mysql quit
Bye
jajax@portable:~$ mysqladmin --socket=/tmp/akonadi-jajax.lR117e/mysql.socket
shutdown
jajax@portable:~$ akonadictl start
Starting Akonadi Server... 
   done. 
jajax@portable:~$ Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
search paths:  (/usr/lib/lightdm/lightdm, /usr/local/sbin,
/usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin, /usr/games,
/usr/local/games, /usr/sbin, /usr/local/sbin, /usr/local/libexec,
/usr/libexec, /opt/mysql/libexec, /opt/local/lib/mysql5/bin,
/opt/mysql/sbin) 
Found mysql_install_db:  /usr/bin/mysql_install_db 
Found mysqlcheck:  /usr/bin/mysqlcheck 
akonadi.collectionattributetable   OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation  OK
akonadi.collectiontableOK
akonadi.flagtable  OK
akonadi.mimetypetable  OK
akonadi.parttable  OK
akonadi.parttypetable  OK
akonadi.pimitemflagrelationOK
akonadi.pimitemtable   OK
akonadi.pimitemtagrelation OK
akonadi.resourcetable  OK
akonadi.schemaversiontable OK
akonadi.tagattributetable  OK
akonadi.tagremoteidresourcerelationtable   OK
akonadi.tagtable   OK
mysql.columns_priv OK
mysql.db   OK
mysql.eventOK
mysql.func OK
mysql.general_log  OK
mysql.help_categoryOK
mysql.help_keyword OK
mysql.help_relationOK
mysql.help_topic   OK
mysql.host OK
mysql.ndb_binlog_index OK
mysql.plugin   OK
mysql.proc OK
mysql.procs_priv   OK
mysql.servers  OK
mysql.slow_log OK
mysql.tables_priv  OK
mysql.time_zoneOK
mysql.time_zone_leap_secondOK
mysql.time_zone_name   OK
mysql.time_zone_transition OK
mysql.time_zone_transition_typeOK
mysql.user OK
MySQL version OK (required 5.1 , available 5.5 ) 
Database akonadi opened using driver QMYSQL 
DbInitializer::run() 
checking table  SchemaVersionTable 
checking table  ResourceTable 
checking table  CollectionTable 
checking table  MimeTypeTable 
checking table  PimItemTable 
checking table  FlagTable 
checking table  PartTypeTable 
checking table  PartTable 
checking table  CollectionAttributeTable 
checking table  TagTable 
checking table  TagAttributeTable 
checking table  TagRemoteIdResourceRelationTable 
checking table  PimItemFlagRelation 
checking table  PimItemTagRelation 
checking table  CollectionMimeTypeRelation 
checking table  CollectionPimItemRelation 
DbInitializer::run() done 
skipping update 2 
skipping update 3 
skipping update 4 
skipping update 8 
skipping update 10 
skipping update 12 
skipping update 13 
skipping update 14 
skipping update 15 
skipping update 16 
skipping update 17 
skipping update 18 
skipping update 19 
skipping update 20 
skipping update 21 
skipping update 22 
skipping update 23 
skipping update 24 
skipping update 25 
skipping update 26 
Adding new foreign key constraints 
ALTER TABLE CollectionTable ADD FOREIGN KEY (parentId) REFERENCES
CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE 
Updating index failed:  
Sql error: Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`#sql-112a_3`, CONSTRAINT `#sql-112a_3_ibfk_1` FOREIGN KEY
(`parentId`) REFERENCES `collectiontable` (`id`) ON DELETE CASCADE ON UPDATE
CASCADE) QMYSQL: Unable to execute query
Query: ALTER TABLE CollectionTable ADD FOREIGN KEY (parentId) REFERENCES
CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE 

Unable to initialize database.
[
0: akonadiserver() [0x805d455]
1

[Akonadi] [Bug 334014] akonadiserver start problem after 4.12 to 4.13 update

2014-05-01 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=334014

--- Comment #4 from jajaX jaja...@gmail.com ---
Hi !

new error message :

mysql USE akonadi;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql DELETE FROM CollectionTable WHERE parentId NOT IN (SELECT * FROM (SELECT
id FROM CollectionTable)) AND parentId IS NOT NULL;
ERROR 1248 (42000): Every derived table must have its own alias

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 334014] akonadiserver start problem after 4.12 to 4.13 update

2014-04-29 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=334014

--- Comment #2 from jajaX jaja...@gmail.com ---
Hi (sorry for my bad english)

big thanks for your help and answer ;)

step 6 don't work =

mysql SELECT TABLE_NAME,ENGINE FROM information_schema.TABLES WHERE
TABLE_SCHEMA='akonadi';
+--++
| TABLE_NAME   | ENGINE |
+--++
| collectionattributetable | InnoDB |
| collectionmimetyperelation   | InnoDB |
| collectionpimitemrelation| InnoDB |
| collectiontable  | InnoDB |
| flagtable| InnoDB |
| mimetypetable| InnoDB |
| parttable| InnoDB |
| parttypetable| InnoDB |
| pimitemflagrelation  | InnoDB |
| pimitemtable | InnoDB |
| pimitemtagrelation   | InnoDB |
| resourcetable| InnoDB |
| schemaversiontable   | InnoDB |
| tagattributetable| InnoDB |
| tagremoteidresourcerelationtable | InnoDB |
| tagtable | InnoDB |
+--++
16 rows in set (0.00 sec)

mysql USE akonadi;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql DELETE FROM CollectionTable WHERE parentId NOT IN (SELECT id FROM
CollectionTable) AND parentId IS NOT NULL;
ERROR 1093 (HY000): You can't specify target table 'CollectionTable' for update
in FROM clause

one idea ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 331867] mysql: column 'name' can not be null when migrating PartTable

2014-04-28 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=331867

jajaX jaja...@gmail.com changed:

   What|Removed |Added

 CC||jaja...@gmail.com

--- Comment #24 from jajaX jaja...@gmail.com ---
Hi ! (sorry for my bad english)

it'sn't solved forum after upgrade 4.12 to 4.13.

these is the konsole result :

jajax@portable:~$ akonadictl start
Starting Akonadi Server... 
   done. 
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
jajax@portable:~$ search paths:  (/usr/lib/lightdm/lightdm,
/usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin,
/usr/games, /usr/local/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin) 
Found mysql_install_db:  /usr/bin/mysql_install_db 
Found mysqlcheck:  /usr/bin/mysqlcheck 
akonadi.collectionattributetable   OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation  OK
akonadi.collectiontableOK
akonadi.flagtable  OK
akonadi.mimetypetable  OK
akonadi.parttable  OK
akonadi.parttypetable  OK
akonadi.pimitemflagrelationOK
akonadi.pimitemtable   OK
akonadi.pimitemtagrelation OK
akonadi.resourcetable  OK
akonadi.schemaversiontable OK
akonadi.tagattributetable  OK
akonadi.tagremoteidresourcerelationtable   OK
akonadi.tagtable   OK
mysql.columns_priv OK
mysql.db   OK
mysql.eventOK
mysql.func OK
mysql.general_log  OK
mysql.help_categoryOK
mysql.help_keyword OK
mysql.help_relationOK
mysql.help_topic   OK
mysql.host OK
mysql.ndb_binlog_index OK
mysql.plugin   OK
mysql.proc OK
mysql.procs_priv   OK
mysql.servers  OK
mysql.slow_log OK
mysql.tables_priv  OK
mysql.time_zoneOK
mysql.time_zone_leap_secondOK
mysql.time_zone_name   OK
mysql.time_zone_transition OK
mysql.time_zone_transition_typeOK
mysql.user OK
MySQL version OK (required 5.1 , available 5.5 ) 
Database akonadi opened using driver QMYSQL 
DbInitializer::run() 
checking table  SchemaVersionTable 
checking table  ResourceTable 
checking table  CollectionTable 
checking table  MimeTypeTable 
checking table  PimItemTable 
checking table  FlagTable 
checking table  PartTypeTable 
checking table  PartTable 
checking table  CollectionAttributeTable 
checking table  TagTable 
checking table  TagAttributeTable 
checking table  TagRemoteIdResourceRelationTable 
checking table  PimItemFlagRelation 
checking table  PimItemTagRelation 
checking table  CollectionMimeTypeRelation 
checking table  CollectionPimItemRelation 
DbInitializer::run() done 
skipping update 2 
skipping update 3 
skipping update 4 
skipping update 8 
skipping update 10 
skipping update 12 
skipping update 13 
skipping update 14 
skipping update 15 
skipping update 16 
skipping update 17 
skipping update 18 
skipping update 19 
skipping update 20 
skipping update 21 
skipping update 22 
skipping update 23 
skipping update 24 
skipping update 25 
skipping update 26 
Adding new foreign key constraints 
ALTER TABLE CollectionTable ADD FOREIGN KEY (parentId) REFERENCES
CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE 
Updating index failed:  
Sql error: Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`#sql-a49_1b`, CONSTRAINT `#sql-a49_1b_ibfk_1` FOREIGN KEY
(`parentId`) REFERENCES `collectiontable` (`id`) ON DELETE CASCADE ON UPDATE
CASCADE) QMYSQL: Unable to execute query
Query: ALTER TABLE CollectionTable ADD FOREIGN KEY (parentId) REFERENCES
CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE 

Unable to initialize database.
[
0: akonadiserver() [0x805d455]
1: akonadiserver() [0x805d6e1]
2: [0xb76fc400]
3: [0xb76fc424]
4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f) [0xb6d99aff]
5: /lib/i386-linux-gnu/libc.so.6

[Akonadi] [Bug 331867] mysql: column 'name' can not be null when migrating PartTable

2014-04-28 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=331867

--- Comment #26 from jajaX jaja...@gmail.com ---
ok, no problem. sorry ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 334014] New: akonadiserver start problem after 4.12 to 4.13 update

2014-04-28 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=334014

Bug ID: 334014
   Summary: akonadiserver start problem after 4.12 to 4.13 update
Classification: Unclassified
   Product: Akonadi
   Version: 4.13
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: jaja...@gmail.com

Hi ! (sorry for my bad english)

after 4.12 to 4.13 upgrade, I have got a problem with akonadi server start :

jajax@portable:~$ akonadictl start
Starting Akonadi Server... 
   done. 
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
jajax@portable:~$ search paths:  (/usr/lib/lightdm/lightdm,
/usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin,
/usr/games, /usr/local/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin) 
Found mysql_install_db:  /usr/bin/mysql_install_db 
Found mysqlcheck:  /usr/bin/mysqlcheck 
akonadi.collectionattributetable   OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation  OK
akonadi.collectiontableOK
akonadi.flagtable  OK
akonadi.mimetypetable  OK
akonadi.parttable  OK
akonadi.parttypetable  OK
akonadi.pimitemflagrelationOK
akonadi.pimitemtable   OK
akonadi.pimitemtagrelation OK
akonadi.resourcetable  OK
akonadi.schemaversiontable OK
akonadi.tagattributetable  OK
akonadi.tagremoteidresourcerelationtable   OK
akonadi.tagtable   OK
mysql.columns_priv OK
mysql.db   OK
mysql.eventOK
mysql.func OK
mysql.general_log  OK
mysql.help_categoryOK
mysql.help_keyword OK
mysql.help_relationOK
mysql.help_topic   OK
mysql.host OK
mysql.ndb_binlog_index OK
mysql.plugin   OK
mysql.proc OK
mysql.procs_priv   OK
mysql.servers  OK
mysql.slow_log OK
mysql.tables_priv  OK
mysql.time_zoneOK
mysql.time_zone_leap_secondOK
mysql.time_zone_name   OK
mysql.time_zone_transition OK
mysql.time_zone_transition_typeOK
mysql.user OK
MySQL version OK (required 5.1 , available 5.5 ) 
Database akonadi opened using driver QMYSQL 
DbInitializer::run() 
checking table  SchemaVersionTable 
checking table  ResourceTable 
checking table  CollectionTable 
checking table  MimeTypeTable 
checking table  PimItemTable 
checking table  FlagTable 
checking table  PartTypeTable 
checking table  PartTable 
checking table  CollectionAttributeTable 
checking table  TagTable 
checking table  TagAttributeTable 
checking table  TagRemoteIdResourceRelationTable 
checking table  PimItemFlagRelation 
checking table  PimItemTagRelation 
checking table  CollectionMimeTypeRelation 
checking table  CollectionPimItemRelation 
DbInitializer::run() done 
skipping update 2 
skipping update 3 
skipping update 4 
skipping update 8 
skipping update 10 
skipping update 12 
skipping update 13 
skipping update 14 
skipping update 15 
skipping update 16 
skipping update 17 
skipping update 18 
skipping update 19 
skipping update 20 
skipping update 21 
skipping update 22 
skipping update 23 
skipping update 24 
skipping update 25 
skipping update 26 
Adding new foreign key constraints 
ALTER TABLE CollectionTable ADD FOREIGN KEY (parentId) REFERENCES
CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE 
Updating index failed:  
Sql error: Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`#sql-a49_1b`, CONSTRAINT `#sql-a49_1b_ibfk_1` FOREIGN KEY
(`parentId`) REFERENCES `collectiontable` (`id`) ON DELETE CASCADE ON UPDATE
CASCADE) QMYSQL: Unable to execute query
Query: ALTER TABLE CollectionTable ADD FOREIGN KEY (parentId) REFERENCES
CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE 

Unable to initialize database.
[
0: akonadiserver() [0x805d455]
1

[Akonadi] [Bug 326480] Akonadi fails to start

2013-12-20 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=326480

jajaX jaja...@gmail.com changed:

   What|Removed |Added

 CC||jaja...@gmail.com

--- Comment #48 from jajaX jaja...@gmail.com ---
Hi all !!

same problem after 13.10 upgrade (from 13.04). update 4.12 not solved it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 314512] New: kmail crash on startup !

2013-02-06 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=314512

Bug ID: 314512
   Summary: kmail crash on startup !
Classification: Unclassified
   Product: kmail2
   Version: 4.10
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: jaja...@gmail.com

Application: kmail (4.10)
KDE Platform Version: 4.10.00
Qt Version: 4.8.3
Operating System: Linux 3.5.0-23-generic i686
Distribution: Ubuntu 12.10

-- Information about the crash:
- What I was doing when the application crashed:

Hi ! (sorry for my bd english !)

Kmail crash on startup after 4.10 upgrade

The crash can be reproduced every time.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0xb1419b00 (LWP 3530))]

Thread 4 (Thread 0xae7bcb40 (LWP 3536)):
#0  0xb76e7424 in __kernel_vsyscall ()
#1  0xb57c096b in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/i386-linux-gnu/libpthread.so.0
#2  0xb5e2d64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0xb35f20e9 in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#4  0xb35f21df in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#5  0xb57bcd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#6  0xb5e1fd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 3 (Thread 0xade93b40 (LWP 3537)):
#0  0xb76e7424 in __kernel_vsyscall ()
#1  0xb5e115f0 in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb436374b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb4354d00 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb4354e61 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb618f99f in QEventDispatcherGlib::processEvents (this=0xad500468,
flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0xb615c26c in QEventLoop::processEvents (this=this@entry=0xade93258,
flags=...) at kernel/qeventloop.cpp:149
#7  0xb615c561 in QEventLoop::exec (this=0xade93258, flags=...) at
kernel/qeventloop.cpp:204
#8  0xb604766c in QThread::exec (this=this@entry=0x8f1d1a0) at
thread/qthread.cpp:501
#9  0xb60477cb in QThread::run (this=0x8f1d1a0) at thread/qthread.cpp:568
#10 0xb604aa58 in QThreadPrivate::start (arg=0x8f1d1a0) at
thread/qthread_unix.cpp:338
#11 0xb57bcd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0xb5e1fd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 2 (Thread 0xad462b40 (LWP 3538)):
#0  0xb76e7424 in __kernel_vsyscall ()
#1  0xb5e115f0 in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb436374b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb4354d00 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb4354e61 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb618f99f in QEventDispatcherGlib::processEvents (this=0xacb00468,
flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0xb615c26c in QEventLoop::processEvents (this=this@entry=0xad462228,
flags=...) at kernel/qeventloop.cpp:149
#7  0xb615c561 in QEventLoop::exec (this=0xad462228, flags=...) at
kernel/qeventloop.cpp:204
#8  0xb604766c in QThread::exec (this=0x8f547f8) at thread/qthread.cpp:501
#9  0xb613a7bd in QInotifyFileSystemWatcherEngine::run (this=0x8f547f8) at
io/qfilesystemwatcher_inotify.cpp:248
#10 0xb604aa58 in QThreadPrivate::start (arg=0x8f547f8) at
thread/qthread_unix.cpp:338
#11 0xb57bcd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0xb5e1fd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 1 (Thread 0xb1419b00 (LWP 3530)):
[KCrash Handler]
#7  0xb62c3460 in QMapData::shared_null () from
/usr/lib/i386-linux-gnu/libQtCore.so.4
#8  0xb6178c49 in QObject::connect (sender=0x8fca680, signal=0x4 Address 0x4
out of bounds, receiver=0x9022bd0, method=0xb6f32b10
1initListOfCollection(), type=Qt::AutoConnection) at kernel/qobject.cpp:2588
#9  0xb617cf68 in QSingleShotTimer::QSingleShotTimer (this=0x8fca680,
msec=1000, receiver=0x9022bd0, member=0xb6f32b10 1initListOfCollection()) at
kernel/qtimer.cpp:300
#10 0xb617d190 in QTimer::singleShot (msec=1000, receiver=0x9022bd0,
member=0xb6f32b10 1initListOfCollection()) at kernel/qtimer.cpp:363
#11 0xb6e4bd5a in KMail::KMSystemTray::initListOfCollection (this=0x9022bd0) at
../../kmail/kmsystemtray.cpp:348
#12 0xb6e59efb in KMKernel::toggleSystemTray (this=0xbfac7c5c) at
../../kmail/kmkernel.cpp:2058
#13 0xb6eb2649 in KMMainWidget::readConfig (this=0x8feab20) at
../../kmail/kmmainwidget.cpp:979
#14 0xb6eb2b95 in KMMainWidget::KMMainWidget (this=0x8feab20, parent=0xb62c3460
QMapData::shared_null, aGUIClient=0xb62c3460 QMapData::shared_null,
actionCollection=0xb62c3460 QMapData::shared_null, config=...) at
../../kmail/kmmainwidget.cpp:267
#15 0xb6e0107f in KMMainWin::KMMainWin (this=0x8eef760, __in_chrg=optimized
out, 

[Bug 299681] Local directories : the directory MailDir for collection is not valid

2012-12-20 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=299681

jajaX jaja...@gmail.com changed:

   What|Removed |Added

 CC||jaja...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 303317] New: kmail crash when I want to go spam folder

2012-07-10 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=303317

Bug ID: 303317
  Severity: crash
   Version: 4.8.4
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: kmail crash when I want to go spam folder
Classification: Unclassified
OS: Linux
  Reporter: jaja...@gmail.com
  Hardware: Ubuntu Packages
Status: UNCONFIRMED
 Component: general
   Product: kmail2

Application: kmail (4.8.4)
KDE Platform Version: 4.8.4 (4.8.4)
Qt Version: 4.8.1
Operating System: Linux 3.2.0-26-generic-pae i686
Distribution: Ubuntu 12.04 LTS

-- Information about the crash:
Hi ! (sorry for my bad english !)

Always, kmail crash when I want to go spam folder

The crash can be reproduced every time.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0xb1431740 (LWP 15063))]

Thread 9 (Thread 0xae6dfb40 (LWP 15075)):
#0  0xb7711424 in __kernel_vsyscall ()
#1  0xb580596b in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/i386-linux-gnu/libpthread.so.0
#2  0xb5e6d3dc in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0xb3813263 in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#4  0xb381337f in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#5  0xb5801d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#6  0xb5e5face in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 8 (Thread 0xaddbeb40 (LWP 15076)):
#0  0xb7711424 in __kernel_vsyscall ()
#1  0xb5e51380 in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb447ca7b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb446f0ae in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb446f201 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb61cd8e7 in QEventDispatcherGlib::processEvents (this=0xad400468,
flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0xb619950d in QEventLoop::processEvents (this=0xaddbe270, flags=...) at
kernel/qeventloop.cpp:149
#7  0xb61997a9 in QEventLoop::exec (this=0xaddbe270, flags=...) at
kernel/qeventloop.cpp:204
#8  0xb608294c in QThread::exec (this=0x943ed80) at thread/qthread.cpp:501
#9  0xb6082a3b in QThread::run (this=0x943ed80) at thread/qthread.cpp:568
#10 0xb6085de0 in QThreadPrivate::start (arg=0x943ed80) at
thread/qthread_unix.cpp:298
#11 0xb5801d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0xb5e5face in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 7 (Thread 0xacf96b40 (LWP 15077)):
#0  0xb7711424 in __kernel_vsyscall ()
#1  0xb5805d13 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib/i386-linux-gnu/libpthread.so.0
#2  0xb5e6d434 in pthread_cond_timedwait () from /lib/i386-linux-gnu/libc.so.6
#3  0xb60862df in wait (time=3, this=0x94a3d88) at
thread/qwaitcondition_unix.cpp:84
#4  QWaitCondition::wait (this=0x94a3d30, mutex=0x94a3d2c, time=3) at
thread/qwaitcondition_unix.cpp:158
#5  0xb6078474 in QThreadPoolThread::run (this=0x94af948) at
concurrent/qthreadpool.cpp:141
#6  0xb6085de0 in QThreadPrivate::start (arg=0x94af948) at
thread/qthread_unix.cpp:298
#7  0xb5801d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8  0xb5e5face in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 6 (Thread 0xabfc3b40 (LWP 15083)):
#0  0xb7711424 in __kernel_vsyscall ()
#1  0xb5e51380 in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb447ca7b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb446f0ae in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb446f201 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb61cd887 in QEventDispatcherGlib::processEvents (this=0xab600468,
flags=...) at kernel/qeventdispatcher_glib.cpp:424
#6  0xb619950d in QEventLoop::processEvents (this=0xabfc3240, flags=...) at
kernel/qeventloop.cpp:149
#7  0xb61997a9 in QEventLoop::exec (this=0xabfc3240, flags=...) at
kernel/qeventloop.cpp:204
#8  0xb608294c in QThread::exec (this=0x963fb20) at thread/qthread.cpp:501
#9  0xb6176b5d in QInotifyFileSystemWatcherEngine::run (this=0x963fb20) at
io/qfilesystemwatcher_inotify.cpp:248
#10 0xb6085de0 in QThreadPrivate::start (arg=0x963fb20) at
thread/qthread_unix.cpp:298
#11 0xb5801d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0xb5e5face in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 5 (Thread 0xab5ffb40 (LWP 15096)):
#0  0xb7711424 in __kernel_vsyscall ()
#1  0xb5e58af1 in select () from /lib/i386-linux-gnu/libc.so.6
#2  0xb61ca30a in qt_safe_select (nfds=23, fdread=0xab5fec48,
fdwrite=0xab5fecc8, fdexcept=0x0, orig_timeout=0xab5fed48) at
kernel/qcore_unix.cpp:93
#3  0xb5a79f74 in QNativeSocketEnginePrivate::nativeSelect (this=0xaac02a78,
timeout=60, checkRead=true, checkWrite=false, selectForRead=0xab5fee0e,
selectForWrite=0xab5fee0f) at socket/qnativesocketengine_unix.cpp:1115
#4  0xb5a77a5d in 

[Bug 303317] kmail crash when I want to go spam folder

2012-07-10 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=303317

jajaX jaja...@gmail.com changed:

   What|Removed |Added

  Component|general |folders

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 303317] kmail crash when I want to go spam folder

2012-07-10 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=303317

--- Comment #2 from jajaX jaja...@gmail.com ---
ok thanks ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 295474] kmail 4.8.1 crashes all the time

2012-03-09 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=295474

--- Comment #11 from jajaX jaja...@gmail.com ---
Hi ! (sorry for my bad enhlish !)

I test kubuntu 12.04 under Virtual Box since alpha 1.

today, after updates, I launch kmail (4.8.1) and configure my gmail account as
imap.

I install bogofilter and add spams filters = works fine

I  read a test message. mark as no spam. I can delete it (to thrash)
without crash !

this version works but not after upgrade...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 295474] kmail 4.8.1 crashes all the time

2012-03-07 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=295474

jajaX jaja...@gmail.com changed:

   What|Removed |Added

 CC||jaja...@gmail.com

--- Comment #3 from jajaX jaja...@gmail.com ---
Hi ! (sorry for my bad english !)

same problem since 4.8.1 update from kubuntu ppa backports. kmail2 crach when I
active some filter manualy.

backtrace =

Application: KMail (kmail), signal: Segmentation fault
[Current thread is 1 (Thread 0xb6164730 (LWP 26421))]

Thread 8 (Thread 0xb3fa8b70 (LWP 26426)):
#0  0x00947416 in __kernel_vsyscall ()
#1  0x00de4a5c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/i386-linux-gnu/libpthread.so.0
#2  0x00d02cfc in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0xb71a2883 in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#4  0xb71a299f in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#5  0x00de0d31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#6  0x00cf50ce in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 7 (Thread 0xb367fb70 (LWP 26427)):
#0  0x00947416 in __kernel_vsyscall ()
#1  0x00d03063 in ?? () from /lib/i386-linux-gnu/libc.so.6
#2  0x00c97135 in ?? () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 6 (Thread 0xb28efb70 (LWP 26428)):
#0  0x00947416 in __kernel_vsyscall ()
#1  0x00d03063 in ?? () from /lib/i386-linux-gnu/libc.so.6
#2  0x00c97135 in ?? () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 5 (Thread 0xb208fb70 (LWP 26440)):
#0  0x00d30b63 in ?? () from /lib/i386-linux-gnu/libc.so.6
#1  0x00d02f28 in pthread_mutex_unlock () from /lib/i386-linux-gnu/libc.so.6
#2  0x068bd565 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x068bdc2a in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x04ea21c7 in QEventDispatcherGlib::processEvents (this=0x9e956b0,
flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x04e6dd1d in QEventLoop::processEvents (this=0xb208f280, flags=...) at
kernel/qeventloop.cpp:149
#6  0x04e6dfb9 in QEventLoop::exec (this=0xb208f280, flags=...) at
kernel/qeventloop.cpp:204
#7  0x04d579dc in QThread::exec (this=0x9e95340) at thread/qthread.cpp:501
#8  0x04e4b2dd in QInotifyFileSystemWatcherEngine::run (this=0x9e95340) at
io/qfilesystemwatcher_inotify.cpp:248
#9  0x04d5ae70 in QThreadPrivate::start (arg=0x9e95340) at
thread/qthread_unix.cpp:298
#10 0x00de0d31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#11 0x00cf50ce in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 4 (Thread 0xb17f8b70 (LWP 26441)):
[KCrash Handler]
#7  0x00c91f1d in ?? () from /lib/i386-linux-gnu/libc.so.6
#8  0x00c92eac in ?? () from /lib/i386-linux-gnu/libc.so.6
#9  0x00c95498 in malloc () from /lib/i386-linux-gnu/libc.so.6
#10 0x04d531cb in qMalloc (size=65536) at global/qmalloc.cpp:55
#11 0x04d5d05a in QByteArray::realloc (this=0xa0555e4, alloc=65516) at
tools/qbytearray.cpp:1452
#12 0x04d5d177 in QByteArray::resize (this=0xa0555e4, size=32768) at
tools/qbytearray.cpp:1420
#13 0x02a21f82 in reserve (bytes=2, this=0xa0554e8) at
../../include/QtCore/private/../../../src/corelib/tools/qringbuffer_p.h:158
#14 QAbstractSocket::writeData (this=0xa054aa4, data=0xb17f7ecc \021, size=2)
at socket/qabstractsocket.cpp:2315
#15 0x02a2ed9b in writeData (maxSize=2, data=0xb17f7ecc \021, this=optimized
out) at socket/qlocalsocket_p.h:109
#16 QLocalSocket::writeData (this=0xa00ffc0, data=0xb17f7ecc \021, c=2) at
socket/qlocalsocket_unix.cpp:406
#17 0x04df86f9 in QIODevice::write (this=0xa00ffc0, data=0xb17f7ecc \021,
maxSize=2) at io/qiodevice.cpp:1370
#18 0x0204488e in ?? () from /usr/lib/libsopranoclient.so.1
#19 0x0204ba54 in ?? () from /usr/lib/libsopranoclient.so.1
#20 0x0204d618 in ?? () from /usr/lib/libsopranoclient.so.1
#21 0x01c1e2c1 in Nepomuk::MainModel::executeQuery (this=0x9bd3120, query=...,
language=Soprano::Query::QueryLanguageSparql, userQueryLanguage=...) at
../../nepomuk/core/nepomukmainmodel.cpp:212
#22 0x01c0c362 in Nepomuk::ResourceData::load (this=0xa897e18) at
../../nepomuk/core/resourcedata.cpp:417
#23 0x01c0ccc0 in Nepomuk::ResourceData::property (this=0xa897e18, uri=...) at
../../nepomuk/core/resourcedata.cpp:265
#24 0x01c23441 in Nepomuk::Resource::property (this=0xb17f827c, uri=...) at
../../nepomuk/core/resource.cpp:301
#25 0x063206f1 in MessageCore::NepomukResourceRetrieverRunnable::run
(this=0xa9de040) at ../../messagecore/asyncnepomukresourceretriever.cpp:47
#26 0x04d4d42b in QThreadPoolThread::run (this=0xb2d055a8) at
concurrent/qthreadpool.cpp:107
#27 0x04d5ae70 in QThreadPrivate::start (arg=0xb2d055a8) at
thread/qthread_unix.cpp:298

[Bug 289428] changing message flags (in KMail2) can lose message permanently

2012-01-29 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=289428





--- Comment #6 from jajaX jajaxor gmail com  2012-01-29 16:52:09 ---
Hi ! (sorry for my bad english !)

I have got this problem since 4.7.4 update.

I have got bogofilter since a long time. it worked very well.

since this problem, I try some thing :

- remove bogofilter = same thing
- install spamassassin = same thing

now, I have got nothing like spam filter. I removed bogofilter and
spamassassin. two filter button are disapear too, of course.

all my new message are a flag spam ! if I clic for marker it as available
message disapear.

I removed all spam filter. I have got just my manual filter that's all.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 289428] changing message flags (in KMail2) can lose message permanently

2012-01-26 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=289428


jajaX jaja...@gmail.com changed:

   What|Removed |Added

 CC||jaja...@gmail.com




--- Comment #3 from jajaX jajaxor gmail com  2012-01-26 22:25:26 ---
Hi !

same problem with kmail2 on kde sc 4.8.0 !

when I clic to the spam filter, message disappear :(

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 289693] Kmail crash on exit

2011-12-27 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=289693


jajaX jaja...@gmail.com changed:

   What|Removed |Added

 CC||jaja...@gmail.com




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 289693] Kmail crash on exit

2011-12-27 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=289693





--- Comment #4 from jajaX jajaxor gmail com  2011-12-27 23:10:23 ---
Created an attachment (id=67171)
 -- (http://bugs.kde.org/attachment.cgi?id=67171)
New crash information added by DrKonqi

kmail (4.8 rc1) on KDE Platform 4.7.95 (4.8 RC1 (4.7.95) using Qt 4.7.4

Hi ! (sorry for my bad english !)

same problem under kubuntu 11.10 and KDE SC 4.8 rc1

-- Backtrace (Reduced):
#15 0x0384a106 in qDeleteAllQListNode*::const_iterator (end=optimized
out, begin=optimized out) at /usr/include/qt4/QtCore/qalgorithms.h:322
#16 qDeleteAllQListNode*  (c=...) at
/usr/include/qt4/QtCore/qalgorithms.h:330
#17 Akonadi::EntityTreeModel::~EntityTreeModel (this=0x8384fc8,
__in_chrg=optimized out) at ../../akonadi/entitytreemodel.cpp:79
#18 0x0384a1c2 in Akonadi::EntityTreeModel::~EntityTreeModel (this=0x8384fc8,
__in_chrg=optimized out) at ../../akonadi/entitytreemodel.cpp:83
#19 0x060ad841 in QObjectPrivate::deleteChildren (this=0x840de60) at
kernel/qobject.cpp:1955

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 286539] crash when I want import mail from archives

2011-11-17 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=286539





--- Comment #2 from jajaX jajaxor gmail com  2011-11-17 23:33:43 ---
which is the relationship with this other bug?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 278020] KMail cannot send e-mail via SMTP

2011-10-29 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=278020


jajaX jajapla...@hotmail.com changed:

   What|Removed |Added

 CC||jajapla...@hotmail.com




--- Comment #31 from jajaX jajaplanet hotmail com  2011-10-29 15:13:00 ---
Hi (sorry for my bad english !)

same problem for me under kubuntu 11.10. same solution.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 264861] Google calendar and contacts don't work

2011-08-30 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=264861


jajaX jajapla...@hotmail.com changed:

   What|Removed |Added

 CC||jajapla...@hotmail.com




--- Comment #42 from jajaX jajaplanet hotmail com  2011-08-30 21:02:31 ---
Hi (sorry for my bd english !)

it doesn't works since kmail 4.7 update.

= akonadi_gcal_resource_1 : Impossible d'extraire des évènements.
(impossible to extract events)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265076] kmail on startup

2011-04-07 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=265076





--- Comment #6 from jajaX jajaplanet hotmail com  2011-04-07 22:07:12 ---
Hi !

I can't sorry because I come back to kmail 1.13.5.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265076] New: kmail on startup

2011-02-01 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=265076

   Summary: kmail on startup
   Product: kmail2
   Version: 2.0.89
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: jajapla...@hotmail.com


Application: kmail (2.0.89)
KDE Platform Version: 4.6.00 (4.6.0)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-25-generic i686
Distribution: Ubuntu 10.10

-- Information about the crash:
- What I was doing when the application crashed:

since this morning, inbox folder is empty !! I have got 2 unread messages but I
see them and other message too.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
[Current thread is 1 (Thread 0xb64af950 (LWP 15957))]

Thread 3 (Thread 0xb3f64b70 (LWP 15963)):
#0  0x0054e416 in __kernel_vsyscall ()
#1  0x0173f4dc in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x01bbfd9d in __pthread_cond_wait (cond=0xb76d3770, mutex=0xb76d3758) at
forward.c:139
#3  0xb71cb3a5 in ?? () from /usr/lib/libQtWebKit.so.4
#4  0xb71cb481 in ?? () from /usr/lib/libQtWebKit.so.4
#5  0x0173acc9 in start_thread (arg=0xb3f64b70) at pthread_create.c:304
#6  0x01bb269e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0xb213fb70 (LWP 15968)):
#0  0x037b8e36 in clock_gettime (clock_id=58445812, tp=0xb213ef70) at
../sysdeps/unix/clock_gettime.c:100
#1  0x06b0150b in do_gettime () at tools/qelapsedtimer_unix.cpp:105
#2  qt_gettime () at tools/qelapsedtimer_unix.cpp:119
#3  0x06bd86e5 in QTimerInfoList::updateCurrentTime (this=0xb1801934) at
kernel/qeventdispatcher_unix.cpp:339
#4  0x06bd872a in QTimerInfoList::timerWait (this=0xb1801934, tm=...) at
kernel/qeventdispatcher_unix.cpp:442
#5  0x06bd67a8 in timerSourcePrepareHelper (src=value optimized out,
timeout=0xb213f09c) at kernel/qeventdispatcher_glib.cpp:136
#6  0x06bd683d in timerSourcePrepare (source=0x0, timeout=0x37bcff4) at
kernel/qeventdispatcher_glib.cpp:169
#7  0x02466e6a in g_main_context_prepare () from /lib/libglib-2.0.so.0
#8  0x02467279 in ?? () from /lib/libglib-2.0.so.0
#9  0x02467848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#10 0x06bd659f in QEventDispatcherGlib::processEvents (this=0x8d45e00,
flags=...) at kernel/qeventdispatcher_glib.cpp:417
#11 0x06ba6609 in QEventLoop::processEvents (this=0xb213f270, flags=) at
kernel/qeventloop.cpp:149
#12 0x06ba6a8a in QEventLoop::exec (this=0xb213f270, flags=...) at
kernel/qeventloop.cpp:201
#13 0x06aa2b7e in QThread::exec (this=0x8d44038) at thread/qthread.cpp:490
#14 0x06b8535b in QInotifyFileSystemWatcherEngine::run (this=0x8d44038) at
io/qfilesystemwatcher_inotify.cpp:248
#15 0x06aa5df9 in QThreadPrivate::start (arg=0x8d44038) at
thread/qthread_unix.cpp:266
#16 0x0173acc9 in start_thread (arg=0xb213fb70) at pthread_create.c:304
#17 0x01bb269e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb64af950 (LWP 15957)):
[KCrash Handler]
#7  detach (this=0x382c7574, kiddo=0x8d521b8) at
/usr/include/qt4/QtCore/qmap.h:202
#8  remove (this=0x382c7574, kiddo=0x8d521b8) at
/usr/include/qt4/QtCore/qmap.h:659
#9  KPIM::ProgressItem::removeChild (this=0x382c7574, kiddo=0x8d521b8) at
../../libkdepim/progressmanager.cpp:73
#10 0x01db13d9 in KPIM::ProgressItem::setComplete (this=0x8d521b8) at
../../libkdepim/progressmanager.cpp:58
#11 0x01db3124 in KPIM::AgentProgressMonitor::Private::instanceStatusChanged
(this=0x8d70068, instance=...) at ../../libkdepim/agentprogressmonitor.cpp:86
#12 0x01db32a0 in KPIM::AgentProgressMonitor::qt_metacall (this=0x8a4d408,
_c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbf925898) at
./agentprogressmonitor.moc:78
#13 0x06bad8ca in QMetaObject::metacall (object=0x8a4d408, cl=114145720, idx=6,
argv=0xbf925898) at kernel/qmetaobject.cpp:237
#14 0x06bc06ad in QMetaObject::activate (sender=0x87d61a8, m=0x53e456c,
local_signal_index=4, argv=0x382c7574) at kernel/qobject.cpp:3280
#15 0x0523f4e3 in Akonadi::AgentManager::instanceStatusChanged (this=0x87d61a8,
_t1=...) at ./agentmanager.moc:177
#16 0x0523f97f in Akonadi::AgentManagerPrivate::agentInstanceStatusChanged
(this=0x86fc220, identifier=..., status=2, msg=...) at
../../akonadi/agentmanager.cpp:129
#17 0x05246473 in Akonadi::AgentManager::qt_metacall (this=0x87d61a8,
_c=QMetaObject::InvokeMetaMethod, _id=18, _a=0xbf9259f0) at
./agentmanager.moc:131
#18 0x06bad8ca in QMetaObject::metacall (object=0x87d61a8, cl=114145720,
idx=18, argv=0xbf9259f0) at kernel/qmetaobject.cpp:237
#19 0x06bc06ad in QMetaObject::activate (sender=0x86fc100, m=0x53e9724,
local_signal_index=7, argv=0x382c7574) at kernel/qobject.cpp:3280
#20 0x053735af in
OrgFreedesktopAkonadiAgentManagerInterface::agentInstanceStatusChanged
(this=0x86fc100, _t1=..., _t2=2, _t3=...) at agentmanagerinterface.moc:285
#21 0x05373e64 

[Bug 264144] New: kmail2 imap inbox folder empty

2011-01-24 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=264144

   Summary: kmail2 imap inbox folder empty
   Product: kmail2
   Version: 2.0.89
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: folders
AssignedTo: kdepim-bugs@kde.org
ReportedBy: jajapla...@hotmail.com


Created an attachment (id=56373)
 -- (http://bugs.kde.org/attachment.cgi?id=56373)
error message for imap account

Version:   2.0.89 (using KDE 4.5.95) 
OS:Linux

Hi (sorry for my bad english)

in kmail2, I have got two accounts. one pop account and other imap account
(deconnected).

no problem with pop account but since last update, I can't see message, in
inbox folder in imap account, my messages. the message counter show 17 messages
but the folder is empty.

I can see this error message too :

nameoftheaccount: Fetch failed, server replied: A07 NO Error in IMAP
command received by server.

the error message comes for each verifications of new message.

Reproducible: Always

Steps to Reproduce:
imap account and go to the inbox folder.



OS: Linux (i686) release 2.6.35-24-generic
Compiler: cc

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 264144] kmail2 imap inbox folder empty

2011-01-24 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=264144





--- Comment #1 from jajaX jajaplanet hotmail com  2011-01-24 09:23:15 ---
additionals informations

laptop : ACER 5612 WLMI
os : kubuntu 10.10 (32 bits) under kde sc 4.6 RC2
kmail2 : installed from experimental kubuntu ppa.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 264144] kmail2 imap inbox folder empty

2011-01-24 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=264144





--- Comment #3 from jajaX jajaplanet hotmail com  2011-01-24 14:25:39 ---
thanks for your anwer and change ;)

ok but how resolve that ?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 264144] kmail2 imap inbox folder empty

2011-01-24 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=264144


jajaX jajapla...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID




--- Comment #5 from jajaX jajaplanet hotmail com  2011-01-24 16:36:30 ---
ok, I delete my imap account (no identity) and it's works !!

thanks for all !!

solved for me !

I put invalid but I leave to you decide if it's invalid or not ;)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 264144] kmail2 imap inbox folder empty

2011-01-24 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=264144





--- Comment #6 from jajaX jajaplanet hotmail com  2011-01-24 16:38:16 ---
sorry I deleted my account and create a new of course... and it's ok.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 241816] New: agent akonadi crash after KDE 4.4.4 start

2010-06-15 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=241816

   Summary: agent akonadi crash after KDE 4.4.4 start
   Product: Akonadi
   Version: unspecified
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Nepomuk Feeder Agents
AssignedTo: to...@kde.org
ReportedBy: jajapla...@hotmail.com
CC: vkra...@kde.org, kdepim-bugs@kde.org


Application: akonadi_nepomuk_contact_feeder (0.1)
KDE Platform Version: 4.4.4 (KDE 4.4.4)
Qt Version: 4.6.3
Operating System: Linux 2.6.32-22-generic i686
Distribution: Ubuntu 10.04 LTS

-- Information about the crash:
Hi (sorry for my bad english)

here a bug report for akonadi. It always crash after KDE SC 4.4.4 start. only
on my laptop (ACER 5610 WLMI). no problem on my other computer under kubuntu
10.04 with 4.4.4 too.

The crash can be reproduced every time.

 -- Backtrace:
Application: Akonadi Agent (akonadi_nepomuk_contact_feeder), signal:
Segmentation fault
[KCrash Handler]
#6  0x006de126 in KMimeType::mimeType (_name=...,
options=KMimeType::ResolveAliases) at ../../kdecore/services/kmimetype.cpp:159
#7  0x009c06d7 in Akonadi::MonitorPrivate::isMimeTypeMonitored (this=0x8c4e4f8,
msg=...) at ../../akonadi/monitor_p.h:200
#8  Akonadi::MonitorPrivate::isItemMonitored (this=0x8c4e4f8, msg=...) at
../../akonadi/monitor_p.h:82
#9  Akonadi::MonitorPrivate::acceptNotification (this=0x8c4e4f8, msg=...) at
../../akonadi/monitor_p.cpp:141
#10 0x009c1347 in Akonadi::MonitorPrivate::slotNotify (this=0x8c4e4f8,
msgs=...) at ../../akonadi/monitor_p.cpp:287
#11 0x0093016e in
Akonadi::ChangeRecorderPrivate::slotNotify(QListAkonadi::NotificationMessage
const) () from /usr/lib/libakonadi-kde.so.4
#12 0x009bc400 in Akonadi::Monitor::qt_metacall (this=0x8c2e598,
_c=QMetaObject::InvokeMetaMethod, _id=24, _a=0xbfcbf8f8) at ./monitor.moc:147
#13 0x0092d2aa in Akonadi::ChangeRecorder::qt_metacall (this=0x8c2e598,
_c=QMetaObject::InvokeMetaMethod, _id=24, _a=0xbfcbf8f8) at
./changerecorder.moc:72
#14 0x00bd947a in QMetaObject::metacall (object=0x8c2e598, cl=3217815280,
idx=24, argv=0xbfcbf8f8) at kernel/qmetaobject.cpp:237
#15 0x00be7fbb in QMetaObject::activate (sender=0x8c50050, m=0xa6d828,
local_signal_index=0, argv=0xbfcbf8f8) at kernel/qobject.cpp:3295
#16 0x00a0dbd3 in OrgFreedesktopAkonadiNotificationManagerInterface::notify
(this=0x8c50050, _t1=...) at notificationmanagerinterface.moc:85
#17 0x00a0dc3b in
OrgFreedesktopAkonadiNotificationManagerInterface::qt_metacall (this=0x8c50050,
_c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfcbfa5c) at
notificationmanagerinterface.moc:73
#18 0x00d28df4 in QDBusConnectionPrivate::deliverCall (this=0x8c1d858,
object=0x8c50050, msg=..., metaTypes=..., slotIdx=5) at qdbusintegrator.cpp:904
#19 0x00d34097 in QDBusCallDeliveryEvent::placeMetaCall (this=0x8c82440,
object=0x8c50050) at qdbusintegrator_p.h:101
#20 0x00be4c0e in QObject::event (this=0x8c50050, e=0x8c82440) at
kernel/qobject.cpp:1248
#21 0x0116de8c in QApplicationPrivate::notify_helper (this=0x8bef478,
receiver=0x8c50050, e=0x8c82440) at kernel/qapplication.cpp:4302
#22 0x01174a0e in QApplication::notify (this=0xbfcc0330, receiver=0x8c50050,
e=0x8c82440) at kernel/qapplication.cpp:3706
#23 0x003e2ffa in KApplication::notify (this=0xbfcc0330, receiver=0x8c50050,
event=0x8c82440) at ../../kdeui/kernel/kapplication.cpp:302
#24 0x00bd413b in QCoreApplication::notifyInternal (this=0xbfcc0330,
receiver=0x8c50050, event=0x8c82440) at kernel/qcoreapplication.cpp:726
#25 0x00bd7bfc in QCoreApplication::sendEvent (receiver=0x0, event_type=0,
data=0x8bdb570) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#26 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0x8bdb570) at kernel/qcoreapplication.cpp:1367
#27 0x00bd7d7d in QCoreApplication::sendPostedEvents (receiver=0x0,
event_type=0) at kernel/qcoreapplication.cpp:1260
#28 0x00c0033f in QCoreApplication::sendPostedEvents (s=0x8bf0f88) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
#29 postEventSourceDispatch (s=0x8bf0f88) at
kernel/qeventdispatcher_glib.cpp:276
#30 0x024745e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#31 0x024782d8 in ?? () from /lib/libglib-2.0.so.0
#32 0x024784b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#33 0x00bffe35 in QEventDispatcherGlib::processEvents (this=0x8bdb0b0,
flags=...) at kernel/qeventdispatcher_glib.cpp:412
#34 0x0122de15 in QGuiEventDispatcherGlib::processEvents (this=0x8bdb0b0,
flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#35 0x00bd2759 in QEventLoop::processEvents (this=0xbfcc0284, flags=) at
kernel/qeventloop.cpp:149
#36 0x00bd2baa in QEventLoop::exec (this=0xbfcc0284, flags=...) at
kernel/qeventloop.cpp:201
#37 0x00bd7e3f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#38 0x0116df27 in QApplication::exec () at 

[Bug 209240] New: kmail crash when I want open a pdf files as attached files

2009-10-02 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=209240

   Summary: kmail crash when I want open a pdf files as attached
files
   Product: kmail
   Version: unspecified
  Platform: Unlisted Binaries
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: jajapla...@hotmail.com


Application that crashed: kmail
Version of the application: 1.12.1
KDE Version: 4.3.1 (KDE 4.3.1)
Qt Version: 4.5.2
Operating System: Linux 2.6.28-15-generic i686
Distribution: Ubuntu 9.04

What I was doing when the application crashed:
Hi (sorry for my bad english)

here's a bug rapport when I want read a pdf attached's files in email on imap
server with kmail

 -- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
[KCrash Handler]
#6  KMLoadPartsCommand::slotPartRetrieved (this=0xa9b74a8, msg=0xb38d018,
partspecifi...@0xab61b4c) at
/build/buildd/kdepim-4.3.1/mimelib/mimelib/string.h:618
#7  0xb7635a8d in KMLoadPartsCommand::qt_metacall (this=0xa9b74a8,
_c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xbff61138) at
/build/buildd/kdepim-4.3.1/obj-i486-linux-gnu/kmail/kmcommands.moc:1858
#8  0xb5ed71b8 in QMetaObject::activate (sender=0xab61b30, from_signal_index=5,
to_signal_index=5, argv=0xbff61138) at kernel/qobject.cpp:3113
#9  0xb5ed7e42 in QMetaObject::activate (sender=0xab61b30, m=0xb7a64490,
local_signal_index=1, argv=0xbff61138) at kernel/qobject.cpp:3187
#10 0xb768c0d9 in KMail::FolderJob::messageUpdated (this=0xab61b30,
_t1=0xb38d018, _...@0xab61b4c) at
/build/buildd/kdepim-4.3.1/obj-i486-linux-gnu/kmail/folderjob.moc:106
#11 0xb7698d23 in KMail::ImapJob::slotGetMessageResult (this=0xab61b30,
job=0xb3f5da8) at /build/buildd/kdepim-4.3.1/kmail/imapjob.cpp:476
#12 0xb769d424 in KMail::ImapJob::qt_metacall (this=0xab61b30,
_c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbff612ac) at
/build/buildd/kdepim-4.3.1/obj-i486-linux-gnu/kmail/imapjob.moc:82
#13 0xb5ed71b8 in QMetaObject::activate (sender=0xb3f5da8, from_signal_index=7,
to_signal_index=7, argv=0xbff612ac) at kernel/qobject.cpp:3113
#14 0xb5ed7e42 in QMetaObject::activate (sender=0xb3f5da8, m=0xb7c9fda8,
local_signal_index=3, argv=0xbff612ac) at kernel/qobject.cpp:3187
#15 0xb7b420b3 in KJob::result (this=0xb3f5da8, _t1=0xb3f5da8) at
/build/buildd/kde4libs-4.3.1/obj-i486-linux-gnu/kdecore/kjob.moc:188
#16 0xb7b42559 in KJob::emitResult (this=0xb3f5da8) at
/build/buildd/kde4libs-4.3.1/kdecore/jobs/kjob.cpp:304
#17 0xb6c48995 in KIO::SimpleJob::slotFinished (this=0xb3f5da8) at
/build/buildd/kde4libs-4.3.1/kio/kio/job.cpp:477
#18 0xb6c492d3 in KIO::TransferJob::slotFinished (this=0xb3f5da8) at
/build/buildd/kde4libs-4.3.1/kio/kio/job.cpp:948
#19 0xb6c4587b in KIO::TransferJob::qt_metacall (this=0xb3f5da8,
_c=QMetaObject::InvokeMetaMethod, _id=7, _a=0xbff614e8) at
/build/buildd/kde4libs-4.3.1/obj-i486-linux-gnu/kio/jobclasses.moc:343
#20 0xb5ed71b8 in QMetaObject::activate (sender=0xa014730, from_signal_index=8,
to_signal_index=8, argv=0x0) at kernel/qobject.cpp:3113
#21 0xb5ed7e42 in QMetaObject::activate (sender=0xa014730, m=0xb6df1f44,
local_signal_index=4, argv=0x0) at kernel/qobject.cpp:3187
#22 0xb6d0e8d7 in KIO::SlaveInterface::finished (this=0xa014730) at
/build/buildd/kde4libs-4.3.1/obj-i486-linux-gnu/kio/slaveinterface.moc:165
#23 0xb6d12617 in KIO::SlaveInterface::dispatch (this=0xa014730, _cmd=104,
rawda...@0xbff616b4) at
/build/buildd/kde4libs-4.3.1/kio/kio/slaveinterface.cpp:175
#24 0xb6d0edb7 in KIO::SlaveInterface::dispatch (this=0xa014730) at
/build/buildd/kde4libs-4.3.1/kio/kio/slaveinterface.cpp:91
#25 0xb6d00b2d in KIO::Slave::gotInput (this=0xa014730) at
/build/buildd/kde4libs-4.3.1/kio/kio/slave.cpp:322
#26 0xb6d02fc3 in KIO::Slave::qt_metacall (this=0xa014730,
_c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbff617c8) at
/build/buildd/kde4libs-4.3.1/obj-i486-linux-gnu/kio/slave.moc:76
#27 0xb5ed71b8 in QMetaObject::activate (sender=0xa90c178, from_signal_index=4,
to_signal_index=4, argv=0x0) at kernel/qobject.cpp:3113
#28 0xb5ed7e42 in QMetaObject::activate (sender=0xa90c178, m=0xb6dee880,
local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3187
#29 0xb6c0c697 in KIO::Connection::readyRead (this=0xa90c178) at
/build/buildd/kde4libs-4.3.1/obj-i486-linux-gnu/kio/connection.moc:86
#30 0xb6c0e003 in KIO::ConnectionPrivate::dequeue (this=0xa915448) at
/build/buildd/kde4libs-4.3.1/kio/kio/connection.cpp:82
#31 0xb6c0e3e6 in KIO::Connection::qt_metacall (this=0xa90c178,
_c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xab37b38) at
/build/buildd/kde4libs-4.3.1/obj-i486-linux-gnu/kio/connection.moc:73
#32 0xb5ed08cb in QMetaCallEvent::placeMetaCall (this=0xb36f418,
object=0xa90c178) at kernel/qobject.cpp:477
#33 0xb5ed23b0 in QObject::event (this=0xa90c178, e=0xb36f418) at
kernel/qobject.cpp:
#34 0xb614dd3c in QApplicationPrivate::notify_helper (this=0x9e26e78,

[Bug 205921] kmail crash when I write new mail

2009-09-02 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=205921





--- Comment #2 from jajaX jajaplanet hotmail com  2009-09-02 11:57:10 ---
Hi !

no problem with other new mail

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 205921] New: kmail crash when I write new mail

2009-09-01 Thread jajaX
https://bugs.kde.org/show_bug.cgi?id=205921

   Summary: kmail crash when I write new mail
   Product: kmail
   Version: unspecified
  Platform: Unlisted Binaries
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: jajapla...@hotmail.com


Application that crashed: kmail
Version of the application: 1.12.1
KDE Version: 4.3.1 (KDE 4.3.1)
Qt Version: 4.5.2
Operating System: Linux 2.6.28-15-generic i686
Distribution: Ubuntu 9.04

What I was doing when the application crashed:
Hi !

kmail crash report

 -- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
[KCrash Handler]
#6  0xb73956ca in KMMessage::bodyPart (aDwBodyPart=0xae37158, aPart=0xa548ad4,
withBody=true) at /build/buildd/kdepim-4.3.1/mimelib/mimelib/string.h:618
#7  0xb7708847 in statusBarMessage (this=0x9ad7b58, u...@0xbf98fce0,
w=0x9acbc80) at /build/buildd/kdepim-4.3.1/kmail/partNode.h:99
#8  0xb77086b1 in KMail::URLHandlerManager::statusBarMessage (this=0x9adfd48,
u...@0xbf98fce0, w=0x9acbc80) at
/build/buildd/kdepim-4.3.1/kmail/urlhandlermanager.cpp:323
#9  0xb749e98c in KMReaderWin::slotUrlOn (this=0x9acbc80, au...@0x9c33870) at
/build/buildd/kdepim-4.3.1/kmail/kmreaderwin.cpp:2023
#10 0xb749fa35 in KMReaderWin::qt_metacall (this=0x9acbc80,
_c=QMetaObject::InvokeMetaMethod, _id=16, _a=0xbf98fe2c) at
/build/buildd/kdepim-4.3.1/obj-i486-linux-gnu/kmail/kmreaderwin.moc:178
#11 0xb5f071b8 in QMetaObject::activate (sender=0x9ad74c0,
from_signal_index=14, to_signal_index=14, argv=0xbf98fe2c) at
kernel/qobject.cpp:3113
#12 0xb5f07e42 in QMetaObject::activate (sender=0x9ad74c0, m=0xb594ce88,
local_signal_index=0, argv=0xbf98fe2c) at kernel/qobject.cpp:3187
#13 0xb5436563 in KHTMLPart::onURL (this=0x9ad74c0, _...@0x9c33870) at
/build/buildd/kde4libs-4.3.1/obj-i486-linux-gnu/khtml/khtml_part.moc:400
#14 0xb544e329 in KHTMLPart::overURL (this=0x9ad74c0, u...@0x9c33870,
targ...@0xbf9905d8) at /build/buildd/kde4libs-4.3.1/khtml/khtml_part.cpp:3517
#15 0xb54507bc in KHTMLPart::handleMouseMoveEventOver (this=0x9ad74c0,
event=0xbf990ab8) at /build/buildd/kde4libs-4.3.1/khtml/khtml_part.cpp:6347
#16 0xb5450c5c in KHTMLPart::khtmlMouseMoveEvent (this=0x9ad74c0,
event=0xbf990ab8) at /build/buildd/kde4libs-4.3.1/khtml/khtml_part.cpp:6395
#17 0xb5437177 in KHTMLPart::customEvent (this=0x9ad74c0, event=0xbf990ab8) at
/build/buildd/kde4libs-4.3.1/khtml/khtml_part.cpp:5940
#18 0xb5f0240f in QObject::event (this=0x9ad74c0, e=0xbf990ab8) at
kernel/qobject.cpp:1142
#19 0xb617dd3c in QApplicationPrivate::notify_helper (this=0x98fedd0,
receiver=0x9ad74c0, e=0xbf990ab8) at kernel/qapplication.cpp:4056
#20 0xb618603e in QApplication::notify (this=0xbf992c58, receiver=0x9ad74c0,
e=0xbf990ab8) at kernel/qapplication.cpp:3603
#21 0xb7e9985d in KApplication::notify (this=0xbf992c58, receiver=0x9ad74c0,
event=0xbf990ab8) at
/build/buildd/kde4libs-4.3.1/kdeui/kernel/kapplication.cpp:302
#22 0xb5ef1bcb in QCoreApplication::notifyInternal (this=0xbf992c58,
receiver=0x9ad74c0, event=0xbf990ab8) at kernel/qcoreapplication.cpp:610
#23 0xb5428367 in KHTMLView::mouseMoveEvent (this=0x9c3dfc0, _mouse=0xbf991268)
at /usr/include/qt4/QtCore/qcoreapplication.h:213
#24 0xb61d47dd in QWidget::event (this=0x9c3dfc0, event=0xbf991268) at
kernel/qwidget.cpp:7534
#25 0xb6585a53 in QFrame::event (this=0x9c3dfc0, e=0xbf991268) at
widgets/qframe.cpp:559
#26 0xb542523f in KHTMLView::widgetEvent (this=0x9c3dfc0, e=0x21) at
/build/buildd/kde4libs-4.3.1/khtml/khtmlview.cpp:2325
#27 0xb54254ed in KHTMLView::eventFilter (this=0x9c3dfc0, o=0x9c526e8,
e=0xbf991268) at /build/buildd/kde4libs-4.3.1/khtml/khtmlview.cpp:2189
#28 0xb5ef0dea in QCoreApplicationPrivate::sendThroughObjectEventFilters
(this=0x98fedd0, receiver=0x9c526e8, event=0xbf991268) at
kernel/qcoreapplication.cpp:726
#29 0xb617dd1a in QApplicationPrivate::notify_helper (this=0x98fedd0,
receiver=0x9c526e8, e=0xbf991268) at kernel/qapplication.cpp:4052
#30 0xb61869b1 in QApplication::notify (this=0xbf992c58, receiver=0x9c526e8,
e=0xbf991268) at kernel/qapplication.cpp:3758
#31 0xb7e9985d in KApplication::notify (this=0xbf992c58, receiver=0x9c526e8,
event=0xbf991268) at
/build/buildd/kde4libs-4.3.1/kdeui/kernel/kapplication.cpp:302
#32 0xb5ef1bcb in QCoreApplication::notifyInternal (this=0xbf992c58,
receiver=0x9c526e8, event=0xbf991268) at kernel/qcoreapplication.cpp:610
#33 0xb6185a1e in QApplicationPrivate::sendMouseEvent (receiver=0x9c526e8,
event=0xbf991268, alienWidget=0x9c526e8, nativeWidget=0x98af3f0,
buttonDown=0xb69ffaa0, lastmousereceiv...@0xb69ffaa4)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:216
#34 0xb61f5cce in QETWidget::translateMouseEvent (this=0x98af3f0,
event=0xbf9928fc) at kernel/qapplication_x11.cpp:4409
#35 0xb61f5085 in QApplication::x11ProcessEvent (this=0xbf992c58,
event=0xbf9928fc) at