Bug 555583 - Monodevelop 2.2 RC2 Texteditor crashes reproducably?
Summary: Monodevelop 2.2 RC2 Texteditor crashes reproducably?
Status: RESOLVED DUPLICATE of bug 554451
Alias: None
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: 2.2 RC 1
Hardware: x86-64 Mac OS X 10.6
: P5 - None : Critical
Target Milestone: ---
Assignee: Mike Krueger
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-14 13:48 UTC by Jörg Battermann
Modified: 2009-11-16 23:11 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
console output (18.82 KB, application/octet-stream)
2009-11-14 13:48 UTC, Jörg Battermann
Details
mac os x crash log (60.24 KB, application/octet-stream)
2009-11-14 13:49 UTC, Jörg Battermann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Battermann 2009-11-14 13:48:52 UTC
Created attachment 327561 [details]
console output

Description of Problem:
I just downloaded the latest version of MonoDevelop (2.2 RC2), tried opening a project (a simple hello-world console application first, then any other project.. always the same) which works fine, but as soon as I want to open a file itself to edit, MonoDevelop crashes. Same with new projects (when MD automatically opens the first file after creation) etc.. nothing I can do.

Steps to reproduce the problem:
1. Open MD 2.2 RC2 
2. Create a new or open an existing project
3. Try opening one of the project's source files


Actual Results:
MD crashes

Expected Results:
Text Editor shown?

How often does this happen? 
All the time

Additional Information:
The Mac OS X .crash log & the console log are attached. Additionally, I've recorded a screencast that shows the problem & uploaded it to vimeo at:
Comment 1 Jörg Battermann 2009-11-14 13:49:21 UTC
Created attachment 327562 [details]
mac os x crash log
Comment 2 Jörg Battermann 2009-11-14 13:51:10 UTC
Correct screencast / vimeo url is: http://vimeo.com/7609339
Comment 3 Michael Hutchinson 2009-11-15 23:06:24 UTC
Looks like a memory allocation issue in pango, the text rendering library that GTK uses. What font are you using? Does this happen with all text files?
Comment 4 Mike Krueger 2009-11-16 07:35:15 UTC
Can you try to set another font edit>options>TextEditor>General ?

I believe it has something to do with the 'Menlo' font. And yes this is a pango issue we can't do much about :(
Comment 5 Jörg Battermann 2009-11-16 10:27:06 UTC
Mike,

I indeed had Menlo set as font. It was just somewhat surprising because it did work for all builds < 2.2 RC2 (with Menlo set).

Should I file a bug with pango instead?

Cheers & thanks,
-J
Comment 6 Michael Hutchinson 2009-11-16 23:11:57 UTC
Jörg, I believe the issue was triggered by recent changes in MacOS 10.6.2, not MD.

I don't know if the Pango devs are aware of it yet - it might even have been fixed in a newer Pango release - but if you could follow up with upstream that would be very helpful, thanks!

*** This bug has been marked as a duplicate of bug 554451 ***