To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49113
------- Additional comments from [EMAIL PROTECTED] Sun May 15 03:25:43 -0700
2005 -------
performing a strace on the process, it appeared that it segv after trying a
mmap2 on a ttf file; however, this was not the first ttf file the process
opened. wondering if it was this ttf, i removed read permissions and started
swriter again and it worked!
is this a problem with the openoffice code line or is it a problem with the font
rendering libs i have? i can provide the gbsn00lp.ttf file if needed to try to
reproduce the problem (both with 1.1.4 and 1.9.100) at your side. one thing
that i thought was perhaps it was the large size (>5MB) of the file but i have
other larger ttf that seemed to be mmap and handled ok.
the relevent section of the truss trace is below:
7771 access("/opt/fonts/vera/VeraSeBd.ttf", R_OK) = 0
7771 open("/opt/fonts/vera/VeraSeBd.ttf", O_RDONLY) = 17
7771 fstat64(17, {st_mode=S_IFREG|0444, st_size=58736, ...}) = 0
7771 mmap2(NULL, 58736, PROT_READ, MAP_SHARED, 17, 0) = 0xb384f000
7771 close(17) = 0
7771 munmap(0xb384f000, 58736) = 0
....
7771 open("/opt/fonts/TrueType/gbsn00lp.ttf", O_RDONLY) = 17
7771 fstat64(17, {st_mode=S_IFREG|0444, st_size=5313005, ...}) = 0
7771 mmap2(NULL, 5313005, PROT_READ, MAP_SHARED, 17, 0) = 0xb332c000
7771 close(17) = 0
7771 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]