After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 575693 - Calling onwindowcreate with frm* argument - ldtp crash
Calling onwindowcreate with frm* argument - ldtp crash
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
1.5.0
Other Linux
: Normal normal
: ---
Assigned To: Nagappan Alagappan
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2009-03-17 13:30 UTC by Nagappan Alagappan
Modified: 2009-03-17 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase to reproduce the crash (3.26 KB, text/plain)
2009-03-17 13:31 UTC, Nagappan Alagappan
  Details
Patch to fix the issue (485 bytes, patch)
2009-03-17 13:35 UTC, Nagappan Alagappan
committed Details | Review

Description Nagappan Alagappan 2009-03-17 13:30:42 UTC
Calling onwindowcreate with frm* argument - ldtp crash

Steps to reproduce the crash:

In python prompt

>>> from ldtp import *
>>> getapplist ()
>>> onwindowcreate ('frm*')

Invoking 'Character Map' from gnome menu crashes LDTP

Will attach the script sent by Javier
Comment 1 Nagappan Alagappan 2009-03-17 13:31:42 UTC
Created attachment 130825 [details]
testcase to reproduce the crash
Comment 2 Nagappan Alagappan 2009-03-17 13:35:02 UTC
Created attachment 130826 [details] [review]
Patch to fix the issue
Comment 3 Nagappan Alagappan 2009-03-17 13:35:50 UTC
Thanks Javier, for reporting this issue :) Fix is available in git trunk.