Cág,

> Try re-installing libjavascriptcoregtk-1.0-0.

okay, did that, also installed the -dbg version to get symbols.

> If that still doesn't work, bewray your
> config.mk to us.

that's next.  below that is a revised stack trace with a few more
filled-in entries.  (apologies for the remaining unknowns.)

cheers, Greg Minshall

# surf version
VERSION = 0.7

# Customize below to fit your system

# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man

X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib

GTKINC = `pkg-config --cflags gtk+-2.0 webkit-1.0`
GTKLIB = `pkg-config --libs gtk+-2.0 webkit-1.0`

# includes and libs
INCS = -I. -I/usr/include -I${X11INC} ${GTKINC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0

# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -g
LDFLAGS = -g ${LIBS}

# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}

# compiler and linker
CC = cc
----
(gdb) run bit.ly/MoesE-Books
Starting program: /home/minshall/src/import/suckless/surf/surf-0.7/surf 
bit.ly/MoesE-Books
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe4812700 (LWP 6172)]
[New Thread 0x7fffa400f700 (LWP 6173)]
[New Thread 0x7fffa33b5700 (LWP 6174)]
[New Thread 0x7fffa2bb4700 (LWP 6175)]
[New Thread 0x7fffa1d49700 (LWP 6176)]
[New Thread 0x7fff9218f700 (LWP 6178)]
[New Thread 0x7fff9198e700 (LWP 6179)]
[New Thread 0x7fff9118d700 (LWP 6180)]
[New Thread 0x7fff9098c700 (LWP 6181)]
[New Thread 0x7fff87fff700 (LWP 6182)]
[New Thread 0x7fff877fe700 (LWP 6183)]
[Thread 0x7fff9218f700 (LWP 6178) exited]
[New Thread 0x7fff9218f700 (LWP 6190)]
[New Thread 0x7fff867d4700 (LWP 6191)]
[New Thread 0x7fff85fd3700 (LWP 6192)]
[New Thread 0x7fff857d2700 (LWP 6193)]
[New Thread 0x7fff84fd1700 (LWP 6194)]
[Thread 0x7fff85fd3700 (LWP 6192) exited]

Thread 1 "surf" received signal SIGSEGV, Segmentation fault.
0x00007ffff3e15c16 in JSC::JSValue::isString (this=0x7fffffffc9d0) at 
../Source/JavaScriptCore/runtime/JSCJSValueInlines.h:528
528     ../Source/JavaScriptCore/runtime/JSCJSValueInlines.h: No such file or 
directory.
(gdb) where
#0  0x00007ffff3e15c16 in JSC::JSValue::isString (this=0x7fffffffc9d0) at 
../Source/JavaScriptCore/runtime/JSCJSValueInlines.h:528
#1  JSC::getByVal (exec=exec@entry=0x7fff86ffd0e8, baseValue=..., 
subscript=..., returnAddress=...) at 
../Source/JavaScriptCore/jit/JITOperations.cpp:1366
#2  0x00007ffff3e16563 in JSC::operationGetByValDefault (exec=0x7fff86ffd0e8, 
encodedBase=140735610872176, encodedSubscript=140733193388204)
    at ../Source/JavaScriptCore/jit/JITOperations.cpp:1441
#3  0x00007fffa404aca9 in ?? ()
#4  0x00007fffffffcb60 in ?? ()
#5  0x00007ffff7e71000 in ?? ()
#6  0x00007fff63f2ec88 in ?? ()
#7  0x00007fffffffcbd0 in ?? ()
#8  0x00007fff86ffdff8 in ?? ()
#9  0x00007fffffffcbe0 in ?? ()
#10 0x00007fffffffcb60 in ?? ()
#11 0x00007ffff3dffc03 in JSC::JITCode::execute (this=<optimized out>, 
vm=0x7fff900c33b0, protoCallFrame=0x7fffa4064867, topOfStack=0x1) at 
../Source/JavaScriptCore/jit/JITCode.cpp:48
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) 

Reply via email to