Opened 10 years ago

Closed 10 years ago

#68 closed defect (fixed)

qoobar-1.6.3-os2 problem with stdcpp

Reported by: fbakan Owned by:
Priority: major Component: qtapps
Version: Keywords: qoobar-1.6.3
Cc:

Description

qoobar-1.6.2 and earlier works as designed.

qoobar-1.6.3 does not start. It dies with this entry in popuplog.os2:

10-31-2013  00:13:57  SYS2070  PID 004f  TID 0001  Slot 007e
G:\APPS\QOOBAR\QOOBAR.EXE
QOOBAR->STDCPP.__ZNSt8__detail15_List_node_base7_M_hookEPS0_
127

gcc4core-1_2_1.wpi from 10.01.12 as available from netlabs ftp is installed.

Change History (8)

comment:1 Changed 10 years ago by Tellie

Hi Yes i notice the same on my other comp. Seems that the newer Gcc 4.7.3 from yum is different then the one from gcc 4.4.6 I have rename the old Stdcpp and use the newer stdcpp from 4.7.3 and then it work.

Get ftp://ftp.netlabs.org/pub/qtapps/stdcpp_473.7z

I hope this will fix this.

comment:2 Changed 10 years ago by Tellie

Btw.

Think just copy the stdcpp to the qoobar dir will also starts the program.

comment:3 Changed 10 years ago by fbakan

Sorry, but this does not work here. First gcc473.dll is missing. After adding GCC473.DLL (from zip-package at Paul Smedley site) qoobar still fails with these two entries in popuplog.os2

10-31-2013  22:44:51  SYS3175  PID 0048  TID 0001  Slot 007e
G:\APPS\QOOBAR\QOOBAR.EXE
c0000005
1d305036
P1=00000002  P2=1f561b80  P3=XXXXXXXX  P4=XXXXXXXX
EAX=00000000  EBX=1929df44  ECX=1f561b80  EDX=1929dd90
ESI=00000000  EDI=00000000
DS=0053  DSACC=f0f3  DSLIM=ffffffff
ES=0053  ESACC=f0f3  ESLIM=ffffffff
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1d305036  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:009bff70  SSACC=f0f3  SSLIM=ffffffff
EBP=009bff70  FLG=00012246

GCC473.DLL 0001:00005036

------------------------------------------------------------

10-31-2013  22:44:51  SYS3175  PID 0048  TID 0001  Slot 007e
G:\APPS\QOOBAR\QOOBAR.EXE
c0000005
1ed1dc0c
P1=00000001  P2=000000e6  P3=XXXXXXXX  P4=XXXXXXXX
EAX=00000000  EBX=00000000  ECX=1a3103e5  EDX=00000073
ESI=00000000  EDI=00000000
DS=0053  DSACC=f0f3  DSLIM=ffffffff
ES=0053  ESACC=f0f3  ESLIM=ffffffff
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1ed1dc0c  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:009bfb04  SSACC=f0f3  SSLIM=ffffffff
EBP=009bfba0  FLG=00012246

REGISTRY.DLL 0001:0000dc0c

Strange things happen when I try to look for the 473 stdcpp.dll copied to libpath with 'which':

G:\which -d stdcpp.dll
stdcpp.dll not found (rc=87)

comment:4 Changed 10 years ago by Tellie

Hi,

Seems there are some trouble with the experimental gcc 4.7.3

I will build a newer release without the experimental gcc 4.7.3

comment:5 Changed 10 years ago by Tellie

Hi

Could you try first if the ​ftp://ftp.netlabs.org/pub/qtapps/gcc473.7z works ??

comment:6 Changed 10 years ago by fbakan

:-) This one solves the problems here. qoobar 163 now starts and also which -d stdcpp.dll works as designed. Problem solved.

comment:7 Changed 10 years ago by Tellie

Seems that the gcc473 from Paul not get along with the Gcc473 from the yum package ?

But good you got it running now.

comment:8 Changed 10 years ago by Tellie

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