Launchpad has imported 10 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=428195.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2008-01-09T21:26:38+00:00 Jun'ichi wrote:

Description of problem:
Searching result is not visible in the window.

Version-Release number of selected component (if applicable):
ebview-0.3.6-3.fc8

How reproducible:
Always

Steps to Reproduce:
1. Start ebview
2. Select dictionary and search a word
3.
  
Actual results:
The search seems to succeed but the result is not readable.

Expected results:
The result is readable.


Additional info:
Sample image is attached.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/4

------------------------------------------------------------------------
On 2008-01-09T21:26:38+00:00 Jun'ichi wrote:

Created attachment 291205
Captured image after searching a word "linux"

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/5

------------------------------------------------------------------------
On 2008-01-10T11:37:41+00:00 Mamoru wrote:

Well, none of the dictionaries in the picture on your attachment
(in comment 1) is available to me...

* On what LANG environment are you using ebview?
* Does the problem still exist even if you use the dictionaries
  available from
  http://openlab.ring.gr.jp/edict/fpw/ ?
  I tried
  http://openlab.ring.gr.jp/edict/fpw/dist/wdic/wdic-fpw1.4.zip
  for example and I can correctly watch the search result.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/6

------------------------------------------------------------------------
On 2008-01-10T16:06:33+00:00 Jun'ichi wrote:

Thanks for the links.
But the result was the same with edic-fpw1.4.zip.
I've used ebview 0.3.6 on Fedora 7 and the dictionaries worked fine.
It seems the upstream version doesn't compile on Fedora 8.

As for the LANG, I'm using ja_JP.UTF-8 usually.
The attached image in comment #1 was taken with 'LANG=C ebview'.
I have installed the system with 'English' as a default language
and chosen 'Japanese' for desktop environment of the user.

.ebview was auto-generated one except that I added dictoinaries
from the GUI.

I'm not sure if it's related to this problem or not,
ebview shows random behavior (sometimes yields warnings but starts fine,
sometimes with the same warnings but exists with $? == 1,
sometimes crashes with segfault, sometimes crashes without any message,
and in any case, I can't see the search result)

$ LANG=ja_JP.UTF-8 ebview
(ebview:23816): Pango-CRITICAL **: pango_coverage_get: assertion `index >= 0' 
failed
<A lot of same message>
(ebview:23816): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='DejaVu LGC Sans 10', text=''
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=ja_JP.UTF-8 ebview
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=ja_JP.UTF-8 ebview
(ebview:23820): Pango-CRITICAL **: pango_coverage_get: assertion `index >= 0' 
failed
<A lot of same message>
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=ja_JP.UTF-8 ebview
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=ja_JP.UTF-8 ebview
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=ja_JP.UTF-8 ebview
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=ja_JP.UTF-8 ebview
(ebview:23829): Pango-CRITICAL **: pango_coverage_get: assertion `index >= 0' 
failed
<A lot of same message>
<Exit by selecting 'Exit' in 'File' menu>

$ LANG=C ebview
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=C ebview
(ebview:23799): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='DejaVu LGC Sans 10', text=''
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=C ebview
Multiple segmentation faults occurred; can't display error dialog
$ LANG=C ebview
<Exit by selecting 'Exit' in 'File' menu>
$ LANG=C ebview
<The command silently exits>
$ LANG=C ebview
<Exit by selecting 'Exit' in 'File' menu>

Installed fonts in the system:
$ rpm -qa \*fonts\*|sort
baekmuk-ttf-fonts-common-2.2-6.fc8
baekmuk-ttf-fonts-gulim-2.2-6.fc8
bitmap-fonts-0.3-5.1.2.fc7
cjkunifonts-uming-0.1.20060928-4.fc8
dejavu-lgc-fonts-2.19-1
fonts-japanese-0.20061016-12.fc8
ghostscript-fonts-5.50-18.fc8
jomolhari-fonts-0.003-4.fc8
kacst-fonts-1.6.2-2.fc8
liberation-fonts-0.2-3.fc8
lklug-fonts-0.2.2-5.fc8
lohit-fonts-bengali-2.1.5-3.fc8
lohit-fonts-gujarati-2.1.5-3.fc8
lohit-fonts-hindi-2.1.5-3.fc8
lohit-fonts-kannada-2.1.5-3.fc8
lohit-fonts-malayalam-2.1.5-3.fc8
lohit-fonts-oriya-2.1.5-3.fc8
lohit-fonts-punjabi-2.1.5-3.fc8
lohit-fonts-tamil-2.1.5-3.fc8
lohit-fonts-telugu-2.1.5-3.fc8
paktype-fonts-2.0-2.fc8
sazanami-fonts-gothic-0.20040629-4.20061016.fc8
sazanami-fonts-mincho-0.20040629-4.20061016.fc8
tetex-fonts-3.0-44.3.fc8
urw-fonts-2.4-2.fc8
xorg-x11-fonts-100dpi-7.2-3.fc8
xorg-x11-fonts-ISO8859-1-100dpi-7.2-3.fc8
xorg-x11-fonts-Type1-7.2-3.fc8
xorg-x11-fonts-misc-7.2-3.fc8
xorg-x11-fonts-truetype-7.2-3.fc8


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/7

------------------------------------------------------------------------
On 2008-01-10T16:12:34+00:00 Jun'ichi wrote:

Created attachment 291296
A screenshot of ebview (32bit executable on x86_64)

The problem might occur only on x86_64.
I copied /usr/bin/ebview from ebview.i386 and it showed
the search results fine on x86_64 system.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/8

------------------------------------------------------------------------
On 2008-01-10T18:07:39+00:00 Mamoru wrote:

Would you try ebview-0.3.6-4.fc8?
(not pushed to testing or stable, please download it from
 http://koji.fedoraproject.org/packages/ebview/0.3.6/4.fc8/ )

I tried to apply a patch from opensuse.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/9

------------------------------------------------------------------------
On 2008-01-10T19:36:29+00:00 Jun'ichi wrote:

Thanks for the quick update.
ebview-0.3.6-4.fc8 works just fine!

(The occasional segmentation faults and warnings still occur, though.
 It seems like a separate bug.)


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/10

------------------------------------------------------------------------
On 2008-01-11T01:36:04+00:00 Mamoru wrote:

(In reply to comment #6)
> Thanks for the quick update.
> ebview-0.3.6-4.fc8 works just fine!
> 
> (The occasional segmentation faults and warnings still occur, though.
>  It seems like a separate bug.)
> 

Thank you for confirming!
If some crash occurs, it might be helpful that you attach
the gdb backtrace log (to new bug).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/11

------------------------------------------------------------------------
On 2008-01-11T22:15:51+00:00 Fedora wrote:

ebview-0.3.6-4.fc8 has been pushed to the Fedora 8 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/12

------------------------------------------------------------------------
On 2008-01-11T22:20:58+00:00 Fedora wrote:

ebview-0.3.6-4.fc7 has been pushed to the Fedora 7 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/comments/13


** Changed in: ebview (Fedora)
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/174407

Title:
  Search results invisible in amd64 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebview/+bug/174407/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to