View Issue Details

IDProjectCategoryView StatusLast Update
0004604ScribusBuild Systempublic2006-11-23 23:48
Reportermhanski Assigned Tocbradney  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformPentium(R) M processor 1.50GHzOSKubuntuOS VersionDapper Drake
Product Version1.3.3.6cvs 
Fixed in Version1.3.3.6cvs 
Summary0004604: Color wheel/Color/Color components => Crash
DescriptionThe crash happens with Scribus 1.3.3.6cvs from yesterday
Steps To Reproduce-- Extras/Color Wheel
-- Go to menu Colors
-- Choose Color components
-- Crash
Additional Information(gdb) run
Starting program: /opt/scribus133/bin/scribus
[Thread debugging using libthread_db enabled]
[New Thread -1226553664 (LWP 10442)]
Qt: gdb: -nograb added to command-line options.
         Use the -dograb option to enforce grabbing.
ScimInputContextPlugin()
/opt/scribus133/bin/scribus: symbol lookup error: /opt/scribus133/lib/scribus/plugins//libcolorwheel.so: undefined symbol: _ZN10CwSetColorC1E6QColorP7QWidgetPKcbj

Program exited with code 0177.
(gdb) bt
No stack.
TagsNo tags attached.
Patch

Relationships

related to 0005280 closedsubik Extras - Farbkreis 

Activities

mhanski

2006-11-23 00:08

developer   ~0013527

Reminder sent to: subik

subik

2006-11-23 08:51

manager   ~0013532

mhm, strange. Cannot reproduce here.

Q: what build method do you use (cmake or autotools)? Did you build it from scratch (make clean; make -f ...)?

mhanski

2006-11-23 10:04

developer   ~0013533

cmake and make clean: yes
make -f...: no, only "make"

I'll try again with "make -f" and let you know

mhanski

2006-11-23 10:43

developer   ~0013535

subik, it crashes with a fresh cvs, "make clean" and "make -f.." too.

This is what I've done:

cvs -z3 co -r Version133x Scribus
cd Scribus
cmake . -DCMAKE_INSTALL_PREFIX:PATH=/opt/scribus133 -DWANT_CAIRO=1 -DWANT_DEBUG=1
make -f Makefile
sudo make install

subik

2006-11-23 11:46

manager   ~0013536

ok, you're using cmake so no "make -f foo" is required. I'm checking cmake build of 1336

subik

2006-11-23 19:36

manager   ~0013541

still no crash here

plinnell

2006-11-23 20:12

viewer   ~0013542

OK, I can confirm this with 1336cairo built via cmake. Will try building cairo + 1336cvs with autohell.

plinnell

2006-11-23 21:14

viewer   ~0013545

(gdb) run
Starting program: /opt/1366cml/bin/scribus
[Thread debugging using libthread_db enabled]
[New Thread -1211873616 (LWP 12920)]
/opt/1366cml/bin/scribus: symbol lookup error: /opt/1366cml/lib/scribus/plugins//libcolorwheel.so: undefined symbol: _ZN10CwSetColorC1E6QColorP7QWidgetPKcbj

Program exited with code 0177.
Couldn't get registers: No such process.
(gdb)

mhanski

2006-11-23 23:08

developer   ~0013546

tested, works fine, closing, thx:)

Issue History

Date Modified Username Field Change
2006-11-23 00:07 mhanski New Issue
2006-11-23 00:08 mhanski Note Added: 0013527
2006-11-23 07:15 subik Status new => assigned
2006-11-23 07:15 subik Assigned To => subik
2006-11-23 08:51 subik Note Added: 0013532
2006-11-23 10:04 mhanski Note Added: 0013533
2006-11-23 10:43 mhanski Note Added: 0013535
2006-11-23 11:46 subik Note Added: 0013536
2006-11-23 19:36 subik Note Added: 0013541
2006-11-23 20:12 plinnell Note Added: 0013542
2006-11-23 21:14 plinnell Note Added: 0013545
2006-11-23 22:08 cbradney Assigned To subik => cbradney
2006-11-23 22:14 cbradney Status assigned => resolved
2006-11-23 22:14 cbradney Fixed in Version => 1.3.3.6cvs
2006-11-23 22:14 cbradney Resolution open => fixed
2006-11-23 23:08 mhanski Status resolved => closed
2006-11-23 23:08 mhanski Note Added: 0013546
2006-11-23 23:48 cbradney Category General => Build System
2006-11-23 23:48 cbradney Steps to Reproduce Updated
2007-02-01 14:25 subik Relationship added related to 0005280