OK, it looks like this was introduced in r4248.

On 3/14/11 12:41 PM, Roy Stogner wrote:
>
> Thanks. This is looking like one hell of a bug - John tells me that
> for him it works in opt mode but segfaults in dbg mode; on my laptop I
> don't get any failure either way! Going to try it on a couple
> different computers.
> ---
> Roy
>
> On Mon, 14 Mar 2011, Boyce Griffith wrote:
>
>> In the meantime, I will try to find the rev at which this starts
>> happening.
>>
>> On 3/14/11 12:23 PM, Roy Stogner wrote:
>>>
>>> Hell, that simple???? I'll check it out ASAP.
>>>
>>> Thanks,
>>> ---
>>> Roy
>>>
>>> On Mon, 14 Mar 2011, Boyce Griffith wrote:
>>>
>>>> Here is an example that triggers this error:
>>>>
>>>> #include <mesh.h>
>>>> #include <mesh_generation.h>
>>>> #include <string_to_enum.h>
>>>> int main(int argc, char* argv[])
>>>> {
>>>> LibMeshInit init(argc, argv);
>>>> Mesh mesh(2);
>>>> std::string elem_type = "QUAD4";
>>>> MeshTools::Generation::build_square(
>>>> mesh,
>>>> 1, 1,
>>>> 0.0, 1.0,
>>>> 0.0, 1.0,
>>>> Utility::string_to_enum<ElemType>(elem_type));
>>>> return 0;
>>>> }
>>>>
>>>> -- Boyce
>>>>
>>>
>>
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to