Closed Bug 281166 Opened 20 years ago Closed 20 years ago

Printing crashes Sunbird

Categories

(Calendar :: Internal Components, defect)

x86
Linux
defect
Not set
critical

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 234035

People

(Reporter: Bernhard.Walle, Assigned: shaver)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0

I simply choose Print -> Print Active Calendars and then Sunbird crashes

Error message:
/opt/sunbird/sunbird-bin: symbol lookup error: /opt/sunbird/sunbird-bin:
undefined symbol: FTC_Image_Cache_New



Reproducible: Always

Steps to Reproduce:
1. Print
Actual Results:  
Crashes

Expected Results:  
Printing :)

[~] $ ldd /opt/sunbird/sunbird-bin | grep freetype
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4085e000)


[~] $ type sosyms
sosyms is a function
sosyms ()
{
    nm --defined-only -g $1 | grep --color=auto "[0-9a-f]* T .*" | grep
--color=auto ""
}

[~] $ sosyms /usr/lib/libfreetype.so.6 | grep FTC_ImageC
000265e0 T FTC_ImageCache_Lookup
00024e40 T FTC_ImageCache_New
Version 0.2 
This is a known problem with the freetype stuff, since the ABI changed and
apparently the way we link against it can't detect it here.

*** This bug has been marked as a duplicate of 234035 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.