Opened 10 years ago

Closed 9 years ago

#12057 closed bug (fixed)

Webpositive crash after update

Reported by: vidrep Owned by: korli
Priority: normal Milestone: Unscheduled
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Update from hrev49135 x86_64 to hrev49155 x86_64. Webpositve now crashes every time. Debug report attached.

Attachments (2)

WebPositive-627-debug-08-05-2015-20-47-06.report (22.5 KB ) - added by vidrep 10 years ago.
icu-renaming.patch (10.9 KB ) - added by korli 10 years ago.
use ICU renamed namespace

Download all attachments as: .zip

Change History (12)

comment:1 by pulkomandy, 10 years ago

Owner: changed from pulkomandy to korli
Status: newassigned

comment:2 by korli, 10 years ago

It seems that despite being linked against icu55, libbe uses symbols from icu54 when the main executable links against icu54. Is it something expected? Anyway the Haikuports recipe includes the build option "--disable-renaming", the idea would be to remove the option, let libbe uses versioned symbols from icu55, the main executable will continue to use the symbols of icu54. Is there a problem with this approach? Has it eventually already been tried and rejected?

comment:3 by pulkomandy, 10 years ago

The "renaming" mode uses namespaces in a way that confuses gcc2, so it should stay disabled at least there.

For gcc4 I think it should work, but I'm not sure it's possible to write sourcecode that builds in both modes (I didn't try this since the early work on Locale Kit in 2009, so I'm not sure).

comment:4 by korli, 10 years ago

Ok, I enabled renaming locally and tested OK on x86_64. I had to patch the locale headers and classes, which hardcodes the icu namespace. Please have a look at the diff.

by korli, 10 years ago

Attachment: icu-renaming.patch added

use ICU renamed namespace

comment:5 by korli, 10 years ago

patch: 01

comment:6 by pulkomandy, 10 years ago

It looks fine, as long as it builds with gcc2 there should be no problem.

comment:7 by korli, 10 years ago

I tried building icu on gcc2 with the renaming mode, then Haiku. It looks OK, gcc2 doesn't seem confused.

I'll go ahead with with x86_64 for now. Doing so on gcc2 would require a few package rebuilds.

comment:8 by korli, 10 years ago

Applied in hrev49161.

comment:9 by vidrep, 10 years ago

x86_64 working after update to hrev49161. Thanks.

comment:10 by korli, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.