[flyweight][sun] internal compiler error processing a Boost.Flyweight test

I' ve posted this to the testing list to no avail, resending here: Hi, I've recently added Boost.Flyweight to the trunk so that the first testing results are coming out now. Sun Studio (all plaforms) has the following issue when (seemingly) linking test_init:
Assertion: (../lnk/dbg_dbggen.cc, line 1806) while processing ../libs/flyweight/test/test_init.cpp at line 0.
*http://tinyurl.com/588y3e* So I'm basically clueless. I'd be grateful if someone with access to the compiler could investigate this issue a little more. I can provide as much remote support as needed wrt to library aspects. Thank you in advance, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Hello, I posted the mail below some days ago but alas got no response. I'd be grateful if someone with access to some version of Sun Studio wouldn't mind spending some time with me investigating the error described above, since unfortunately the automated regression test reports don't give much information. Thank you, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo Joaquin M Lopez Munoz wrote:
I' ve posted this to the testing list to no avail, resending here:
Hi,
I've recently added Boost.Flyweight to the trunk so that the first testing results are coming out now. Sun Studio (all plaforms) has the following issue when (seemingly) linking test_init:
Assertion: (../lnk/dbg_dbggen.cc, line 1806) while processing ../libs/flyweight/test/test_init.cpp at line 0.
So I'm basically clueless. I'd be grateful if someone with access to the compiler could investigate this issue a little more. I can provide as much remote support as needed wrt to library aspects.
Thank you in advance,
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- View this message in context: http://www.nabble.com/-flyweight--sun--internal-compiler-error-processing-a-... Sent from the Boost - Dev mailing list archive at Nabble.com.

On Mon, Dec 8, 2008 at 2:19 PM, Joaquin M Lopez Munoz <joaquin@tid.es> wrote:
Hello, I posted the mail below some days ago but alas got no response. I'd be grateful if someone with access to some version of Sun Studio wouldn't mind spending some time with me investigating the error described above, since unfortunately the automated regression test reports don't give much information.
Thank you,
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Joaquin M Lopez Munoz wrote:
I' ve posted this to the testing list to no avail, resending here:
Hi,
I've recently added Boost.Flyweight to the trunk so that the first testing results are coming out now. Sun Studio (all plaforms) has the following issue when (seemingly) linking test_init:
Assertion: (../lnk/dbg_dbggen.cc, line 1806) while processing ../libs/flyweight/test/test_init.cpp at line 0.
So I'm basically clueless. I'd be grateful if someone with access to the compiler could investigate this issue a little more. I can provide as much remote support as needed wrt to library aspects.
Thank you in advance,
Unfortunately even the latest development branch of Sun C++ compiler shows the same error. I'm quite busy but try to dig this compiler bug. If you file a change request at http://bugs.sun.com/ it will help me. Any way all Boost related bugs go to my hand :-) -- Simon Atanasyan

Simon Atanasyan-2 wrote:
On Mon, Dec 8, 2008 at 2:19 PM, Joaquin M Lopez Munoz <joaquin@tid.es> wrote:
Assertion: (../lnk/dbg_dbggen.cc, line 1806) while processing ../libs/flyweight/test/test_init.cpp at line 0.
So I'm basically clueless. I'd be grateful if someone with access to the compiler could investigate this issue a little more. I can provide as much remote support as needed wrt to library aspects.
Thank you in advance,
Unfortunately even the latest development branch of Sun C++ compiler shows the same error. I'm quite busy but try to dig this compiler bug. If you file a change request at http://bugs.sun.com/ it will help me.
I've just filed a bug report, still at the acceptance queue, internal review ID 1410119. Thank you very much for your help with this one. Anyway I'm not so interested right now in blaming the compiler as in finding a suitable workaround. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -- View this message in context: http://www.nabble.com/-flyweight--sun--internal-compiler-error-processing-a-... Sent from the Boost - Dev mailing list archive at Nabble.com.

On Tue, Dec 9, 2008 at 12:34 PM, Joaquin M Lopez Munoz <joaquin@tid.es> wrote:
I've just filed a bug report, still at the acceptance queue, internal review ID 1410119. Thank you very much for your help with this one. Anyway I'm not so interested right now in blaming the compiler as in finding a suitable workaround.
Here is the patch for flyweight.hpp. I have checked them by: CC: Sun C++ 5.9 SunOS_sparc Patch 124863-08 2008/10/16 -- Simon Atanasyan

On Dec 4, 2008, at 1:39 PM, JOAQUIN M. LOPEZ MUÑOZ wrote:
I've recently added Boost.Flyweight to the trunk so that the first testing results are coming out now. Sun Studio (all plaforms) has the following issue when (seemingly) linking test_init:
Assertion: (../lnk/dbg_dbggen.cc, line 1806) while processing ../libs/flyweight/test/test_init.cpp at line 0.
So I'm basically clueless. I'd be grateful if someone with access to the compiler could investigate this issue a little more. I can provide as much remote support as needed wrt to library aspects.
Thank you in advance,
Joaquin, I have access to these compilers, but essentially no time to debug this problem. I have asked our sysadmins to see if there are any newer patches that we can apply to the compilers (in hopes it will fix this problem). Regrettably, sysadmins are not really responsive right now. Please ping me (off list) in a week or so and in the interim I'll see what, if anything, I can get done. Thanks for your patience. -- Noel

K. Noel Belcourt <kbelco <at> sandia.gov> writes:
On Dec 4, 2008, at 1:39 PM, JOAQUIN M. LOPEZ MUÑOZ wrote:
I've recently added Boost.Flyweight to the trunk so that the first testing results are coming out now. Sun Studio (all plaforms) has the following issue when (seemingly) linking test_init: [...]
Joaquin,
I have access to these compilers, but essentially no time to debug this problem. I have asked our sysadmins to see if there are any newer patches that we can apply to the compilers (in hopes it will fix this problem). Regrettably, sysadmins are not really responsive right now.
Please ping me (off list) in a week or so and in the interim I'll see what, if anything, I can get done.
Thank you for your answer. I've aksed for help at sun.com forums, let's see if I can get some support there. Otherwise I'll be bugging you in a week time :) Thank you again, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
participants (4)
-
Joaquin M Lopez Munoz
-
JOAQUIN M. LOPEZ MUÑOZ
-
K. Noel Belcourt
-
Simon Atanasyan