GNOME Bugzilla – Bug 350277
copy/paste crash
Last modified: 2006-11-28 00:35:38 UTC
Steps to reproduce: 1) Open the rms_rms-rt-rooms.po file (see attachment). 2) Click on the untranslated string "Room types & rooms", select all, copy it, insert it into the "translated" field, change it 3) Click on the untranslated string "Some rooms...", select all 4) Copy => gtranslator hangs Stack trace: (gdb) run Starting program: /usr/bin/gtranslator [Thread debugging using libthread_db enabled] [New Thread -1225341248 (LWP 16411)] *** glibc detected *** free(): invalid next size (fast): 0x08328cc8 *** Program received signal SIGABRT, Aborted. [Switching to Thread -1225341248 (LWP 16411)] 0xffffe410 in __kernel_vsyscall () (gdb) thread apply all bt
+ Trace 70043
Thread 1 (Thread -1225341248 (LWP 16411))
Other information: This is a bug which causes gtranslator to hang up. I can reproduce it with gtranslator/1.1.6 (Ubuntu 6.06). This is the mentioned .po file: ------------------------------------- # SOME DESCRIPTIVE TITLE. # This file is put in the public domain. # FIRST AUTHOR <EMAIL ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-02 16:50+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL ADDRESS>\n" "Language-Team: LANGUAGE <LL li org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: /hhg/www/html/hhg/rms/rms-rt-rooms.php:12 msgid "Room Management System" msgstr "" #: /hhg/www/html/hhg/rms/rms-rt-rooms.php:112 msgid "Room types & rooms" msgstr "" #: /hhg/www/html/hhg/rms/rms-rt-rooms.php:12 msgid "Roomtypes & rooms" msgstr "" #: /hhg/www/html/hhg/rms/rms-rt-rooms.php:98 msgid "" "Some rooms can not been removed because there are\n" "\t\t\t\tpending reservations. You may <a href=\"rms-close.php\">close these " "rooms</a> and delete them\n" "\t\t\t\tafter departure." msgstr ""
*** This bug has been marked as a duplicate of 379112 ***