Re: 7.0.2 regressions testing on Sparc running 2.5.1

From: ghaverla(at)freenet(dot)edmonton(dot)ab(dot)ca
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: 7.0.2 regressions testing on Sparc running 2.5.1
Date: 2000-09-01 16:34:17
Message-ID: Pine.A41.3.95.1000901102916.46860K-100000@freenet.edmonton.ab.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

The first ERROR listed in the diffs comes from CurrentMemoryContext not
being locate din regress.so. I've never had a bug like this to
trackdown before, so I don't know if the following is meaningful
or not.

This variable/symbol has an underfined address in every *.so
present. If I go looking in just object modules, it is defined
in 3 with valid addresses, all other object modules which define
this symbol also have no defined address for it.
src/backend/utils/mmgr/mcxt.o
00000004 g 0 .data 00000004 CurrentMemoryContext
src/backend/utils/mmgr/SUBSYS.o
00000004 g 0 .data 00000004 CurrentMemoryContext
src/backend/utils/SUBSYS.o
00007954 g 0 .data 00000004 CurrentMemoryContext

Is this normal, that it is the same in 2 modules, but not
the third?

Gord

Matter Realisations http://www.materialisations.com/
Gordon Haverland, B.Sc. M.Eng. President
101 9504 182 St. NW Edmonton, AB, CA T5T 3A7
780/481-8019 ghaverla @ freenet.edmonton.ab.ca

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Alfred Perlstein 2000-09-01 18:01:07 Trigger on 0 updated?
Previous Message Warren Odom 2000-09-01 16:02:43 RE: sql with postgresql beginner