Opened 12 years ago

Closed 12 years ago

#2727 closed defect (fixed)

can't start oscam on ubuntu x86 after compiling r7359

Reported by: bobione Owned by: gf
Priority: critical Component: ! Please select...
Severity: high Keywords:
Cc: Sensitive: no

Description

Revision

r7359

Issue Description

oscam can't start

When the issue occurs

after compiling r7359

How the issue is reproducable

<Please fill in>

<Don't forget to ATTACH (NOT post here as text) a log file of oscam in debug mode (start oscam with -d255) and to remove the brackets around the fields! Otherwise, your ticket will be closed as you seem to be unable to read.>

Change History (8)

comment:1 by sat_hunter, 12 years ago

Resolution: invalid
Status: newclosed

no log attached.

comment:2 by Netview, 12 years ago

oscam is crashing at initialization. I have disabled module_serial which maybe causes the crash.
This happens on sh4 too after 7355 and up to 7359

After module_serial is disabled oscam is running normal rev. 7359

Last edited 12 years ago by Netview (previous) (diff)

comment:3 by Netview, 12 years ago

Resolution: invalid
Status: closedreopened

comment:4 by gf, 12 years ago

You can help by compiling oscam with debug info and run it so it can crash.

make DEBUG=1 OSCAM_BIN=oscam
ulimit -c unlimited
./oscam [your_oscam_options_that_you_use]
# here oscam should crash and dump 'core' file
gdb -c core oscam
# gdb runs, enter bt command and press enter
bt
# post the output of bt

comment:5 by gf, 12 years ago

I have commited a fix for crash in module-serial.c in r7360. Please test.

comment:6 by Netview, 12 years ago

yes - problem fixed!

comment:7 by The_Raven, 12 years ago

Yes, works again! :-) Sorry for opening a ticket, haven't see this ticket :-(
But, i think there is another problem with the templates or something. My skin does not work.

comment:8 by gf, 12 years ago

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