Summary: | "$" symbol repeated 5+ times causes odd rendering on jabber protocol | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Andy Baugh <teo> |
Component: | Latex Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | felix |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | add -halt-on-error for latex and check for existing out.dvi |
Description
Andy Baugh
2007-10-04 21:29:13 UTC
kopete version 0.12.6 if you turn off the kopetex plugin, the problem should go away. Please confirm that disabling the Kopetex plugin makes the problem go away. (This is not a real solution, but it helps us figure out where the bug is) The KopeTeX plugin seems to be the culprit. This is probably more to do with creating an endless error loop in TeX, and thus unfixable. I'll just use that plugin when I need it. That will solve the problem. The KopeTeX plugin seems to be the culprit. This is probably more to do with creating an endless error loop in TeX, and thus unfixable. I'll just use that plugin when I need it. That will solve the problem.<br> Created attachment 25868 [details]
add -halt-on-error for latex and check for existing out.dvi
could reproduce on trunk, attached a patch to fix that specific $$$$$ issue and any other invalid tex. SVN commit 828499 by mattr: Fix bug 150483 Use -halt-on-error and check for the existance of out.dvi and exit appropriately so that we don't hog CPU, crash kopete, cause bad rendering errors, etc. Patch by green_man@gmx.net - Thanks! Should be seen in Kopete 0.60, which will be out with KDE 4.1 BUG: 150483 M +2 -1 kopete_latexconvert.sh WebSVN link: http://websvn.kde.org/?view=rev&revision=828499 |