Jump to content

utserver terminated when accessing using webui


mamruoc

Recommended Posts

Hello,

I have had some trouble with the webui.

Often, I get invalid request when trying to log in. After reload, I get the HTTP authentication form. Upon successfully login, I the webpage, but it seems to lack formatting (css) and the page hangs.

Sometimes, it help to reload the webpage, but sometime I get this error:

[New Thread 0xb05a1b70 (LWP 2088)]

[Thread 0xb05a1b70 (LWP 2088) exited]

assert failed http_server.cpp:44 (21886)

Program received signal SIGINT, Interrupt.

[switching to Thread 0xb6ff4b70 (LWP 1237)]

0x0012d422 in __kernel_vsyscall ()

(gdb) bt

#0 0x0012d422 in __kernel_vsyscall ()

#1 0x0013c230 in raise () from /lib/tls/i686/cmov/libpthread.so.0

#2 0x08084db4 in ReverseHTTPConnection::run_state() ()

#3 0x08090974 in TcpSocket::loop() ()

#4 0x080904e8 in Socket::NetworkLoop(long) ()

#5 0x080906bd in Socket::NetworkEventLoop(ThreadSync*) ()

#6 0x08090733 in NetworkThread(void*) ()

#7 0x080b9e2b in thread_func_wrapper(void*) ()

#8 0x0013396e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0

#9 0x00262a4e in clone () from /lib/tls/i686/cmov/libc.so.6

Mam

Link to comment
Share on other sites

On what OS are you running? Is it 32-bit or 64-bit?

It's a 32 bit Ubuntu 10.04 KVM guest inside a Ubuntu 10.04 64bit server:

uname -a:

Linux torrent 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 i686 GNU/Linux

cat /etc/lsb-release:

DISTRIB_ID=Ubuntu

DISTRIB_RELEASE=10.04

DISTRIB_CODENAME=lucid

DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"

cat /proc/cpuinfo:

processor : 0

vendor_id : GenuineIntel

cpu family : 6

model : 3

model name : Pentium II (Klamath)

stepping : 3

cpu MHz : 2402.146

cache size : 4096 KB

fdiv_bug : no

hlt_bug : no

f00f_bug : no

coma_bug : no

fpu : yes

fpu_exception : yes

cpuid level : 4

wp : yes

flags : fpu de pse tsc msr pae mce cx8 apic pge cmov mmx fxsr sse sse2 pni hypervisor

bogomips : 4804.29

clflush size : 32

cache_alignment : 32

address sizes : 36 bits physical, 32 bits virtual

power management:

processor : 1

vendor_id : GenuineIntel

cpu family : 6

model : 3

model name : Pentium II (Klamath)

stepping : 3

cpu MHz : 2402.146

cache size : 4096 KB

fdiv_bug : no

hlt_bug : no

f00f_bug : no

coma_bug : no

fpu : yes

fpu_exception : yes

cpuid level : 4

wp : yes

flags : fpu de pse tsc msr pae mce cx8 apic pge cmov mmx fxsr sse sse2 pni hypervisor

bogomips : 4804.29

clflush size : 32

cache_alignment : 32

address sizes : 36 bits physical, 32 bits virtual

power management:

cat /proc/meminfo:

MemTotal: 509236 kB

MemFree: 11656 kB

Buffers: 1604 kB

Cached: 412612 kB

SwapCached: 5292 kB

Active: 249096 kB

Inactive: 233676 kB

Active(anon): 29036 kB

Inactive(anon): 39564 kB

Active(file): 220060 kB

Inactive(file): 194112 kB

Unevictable: 0 kB

Mlocked: 0 kB

HighTotal: 0 kB

HighFree: 0 kB

LowTotal: 509236 kB

LowFree: 11656 kB

SwapTotal: 238584 kB

SwapFree: 230608 kB

Dirty: 3828 kB

Writeback: 76 kB

AnonPages: 63832 kB

Mapped: 3132 kB

Shmem: 44 kB

Slab: 9216 kB

SReclaimable: 2864 kB

SUnreclaim: 6352 kB

KernelStack: 744 kB

PageTables: 1060 kB

NFS_Unstable: 0 kB

Bounce: 0 kB

WritebackTmp: 0 kB

CommitLimit: 493200 kB

Committed_AS: 388144 kB

VmallocTotal: 507916 kB

VmallocUsed: 5332 kB

VmallocChunk: 496428 kB

HardwareCorrupted: 0 kB

Mapped: 3132 kB

Shmem: 44 kB

Slab: 9216 kB

SReclaimable: 2864 kB

SUnreclaim: 6352 kB

KernelStack: 744 kB

PageTables: 1060 kB

NFS_Unstable: 0 kB

Bounce: 0 kB

WritebackTmp: 0 kB

CommitLimit: 493200 kB

Committed_AS: 388144 kB

VmallocTotal: 507916 kB

VmallocUsed: 5332 kB

VmallocChunk: 496428 kB

HardwareCorrupted: 0 kB

HugePages_Total: 0

HugePages_Free: 0

HugePages_Rsvd: 0

HugePages_Surp: 0

Hugepagesize: 4096 kB

DirectMap4k: 12268 kB

DirectMap4M: 512000 kB

Mam

Link to comment
Share on other sites

On what OS are you running? Is it 32-bit or 64-bit?

It's a 32 bit Ubuntu 10.04 KVM guest inside a Ubuntu 10.04 64bit server:

This looks like an issue that got resolved in the main development line. I'll need to rebranch and pick up some of these fixes at some point.

Link to comment
Share on other sites

On what OS are you running? Is it 32-bit or 64-bit?

It's a 32 bit Ubuntu 10.04 KVM guest inside a Ubuntu 10.04 64bit server:

This looks like an issue that got resolved in the main development line. I'll need to rebranch and pick up some of these fixes at some point.

Hopefully sooner than later.

If the fixes are available, can't you just merge it and release an update?

If you want to/can, I can test it to see if it fixes my problems.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...