Bug 198835 - Hanging with Auto-replace
Summary: Hanging with Auto-replace
Status: RESOLVED WORKSFORME
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.2-alpha3
Platform: Gentoo Packages Linux
: NOR critical
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2009-07-03 23:09 UTC by Luke-Jr
Modified: 2018-10-27 02:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2009-07-03 23:09:13 UTC
Qt 4.5.1, kdelibs 4.2.4

(gdb) bt                                                
#0  0x00007fa8468bf2f7 in QStringMatcher::~QStringMatcher ()
   from /usr/lib64/qt4/libQtCore.so.4                       
#1  0x00007fa8468bf3e3 in QString::replace ()               
   from /usr/lib64/qt4/libQtCore.so.4                       
#2  0x00000000004597eb in ?? ()                             
#3  0x0000000000441c6a in _start ()                         
(gdb) c                                                     
Continuing.                                                 
^C                                                          
Program received signal SIGINT, Interrupt.                  
[Switching to Thread 0x7fa849d1a760 (LWP 29665)]            
0x00007fa8468bdd9a in QStringMatcher::QStringMatcher ()     
   from /usr/lib64/qt4/libQtCore.so.4                       
(gdb) bt                                                    
#0  0x00007fa8468bdd9a in QStringMatcher::QStringMatcher () 
   from /usr/lib64/qt4/libQtCore.so.4                       
#1  0x00007fa8468bf463 in QString::replace ()               
   from /usr/lib64/qt4/libQtCore.so.4                       
#2  0x0000000000441b45 in _start ()                         
(gdb) c                                                     
Continuing.                                                 
^C                                                          
Program received signal SIGINT, Interrupt.                  
0x00007fa8450b8c3a in free () from /lib/libc.so.6           
(gdb) bt                                                    
#0  0x00007fa8450b8c3a in free () from /lib/libc.so.6       
#1  0x00007fa8468bbb4c in QString::free () from /usr/lib64/qt4/libQtCore.so.4
#2  0x0000000000459c1f in ?? ()                                              
#3  0x0000000000441c6a in _start ()                                          
(gdb) c                                                                      
Continuing.                                                                  
^C                                                                           
Program received signal SIGINT, Interrupt.                                   
0x00007fa8450bb774 in realloc () from /lib/libc.so.6                         
(gdb) bt                                                                     
#0  0x00007fa8450bb774 in realloc () from /lib/libc.so.6                     
#1  0x00007fa8468ac15b in ?? () from /usr/lib64/qt4/libQtCore.so.4           
#2  0x00007fa8468b4545 in QRegExp::operator= ()                              
   from /usr/lib64/qt4/libQtCore.so.4                                        
#3  0x00007fa8468beb00 in QString::replace ()                                
   from /usr/lib64/qt4/libQtCore.so.4                                        
#4  0x0000000000441c21 in _start ()                                          
(gdb) c                                                                      
Continuing.                                                                  
^C                                                                           
Program received signal SIGINT, Interrupt.                                   
0x00007fa8450b84e0 in ?? () from /lib/libc.so.6                              
(gdb) bt                                                                     
#0  0x00007fa8450b84e0 in ?? () from /lib/libc.so.6                          
#1  0x00007fa8450b8c56 in free () from /lib/libc.so.6                        
#2  0x0000000000441cd3 in _start ()                                          
(gdb) c                                                                      
Continuing.                                                                  
^C                                                                           
Program received signal SIGINT, Interrupt.                                   
0x00007fa8450b8c4e in free () from /lib/libc.so.6                            
(gdb) bt                                                                     
#0  0x00007fa8450b8c4e in free () from /lib/libc.so.6                        
#1  0x00007fa8468bbb4c in QString::free () from /usr/lib64/qt4/libQtCore.so.4
#2  0x00007fa8468c1e45 in QString::arg () from /usr/lib64/qt4/libQtCore.so.4
#3  0x0000000000441b32 in _start ()
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
0x00007fa8450bb856 in realloc () from /lib/libc.so.6
(gdb) bt
#0  0x00007fa8450bb856 in realloc () from /lib/libc.so.6
#1  0x00007fa8468ac15b in ?? () from /usr/lib64/qt4/libQtCore.so.4
#2  0x00007fa8468b4061 in ?? () from /usr/lib64/qt4/libQtCore.so.4
#3  0x00007fa8468b425b in QRegExp::indexIn ()
   from /usr/lib64/qt4/libQtCore.so.4
#4  0x00007fa8468bee84 in QString::replace ()
   from /usr/lib64/qt4/libQtCore.so.4
#5  0x0000000000441c21 in _start ()
Comment 1 Dhaivat Pandya 2011-03-13 17:06:00 UTC
I don't understand what you are running GDB on, are you running it on some code you wrote? If so, please post the code if you can.
Comment 2 Luke-Jr 2011-03-13 20:15:44 UTC
Product: konversation
Comment 3 Myriam Schweingruber 2013-04-10 05:36:41 UTC
Is this still valid with Konversation 1.4.x or 1.5 beta?
Comment 4 Andrew Crouthamel 2018-09-24 02:11:09 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Andrew Crouthamel 2018-10-27 02:08:56 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!